|
222 | 222 | },
|
223 | 223 | {
|
224 | 224 | "title": "Extending Templates",
|
225 |
| - "description": "Learn best practices managing templates", |
226 |
| - "path": "./admin/templates/best-practices.md" |
| 225 | + "description": "Learn best practices in extending templates", |
| 226 | + "path": "./admin/templates/extending-templates/README.md", |
| 227 | + "children":[ |
| 228 | + { |
| 229 | + "title": "Agent Metadata", |
| 230 | + "description": "Retrieve real-time stats from the workspace agent", |
| 231 | + "path": "./admin/templates/extending-templates/agent-metadata.md" |
| 232 | + }, |
| 233 | + { |
| 234 | + "title": "Build Parameters", |
| 235 | + "description": "Use parameters to customize workspaces at build", |
| 236 | + "path": "./admin/templates/extending-templates/parameters.md" |
| 237 | + }, |
| 238 | + { |
| 239 | + "title": "Icons", |
| 240 | + "description": "Customize your template with built-in icons", |
| 241 | + "path": "./admin/templates/extending-templates/icons.md" |
| 242 | + }, |
| 243 | + { |
| 244 | + "title": "Resource Metadata", |
| 245 | + "description": "Display resource state in the workspace dashboard", |
| 246 | + "path": "./admin/templates/extending-templates/resource-metadata.md" |
| 247 | + }, |
| 248 | + { |
| 249 | + "title": "Resource Ordering", |
| 250 | + "description": "Design the UI of workspaces in Terraform", |
| 251 | + "path": "./admin/templates/extending-templates/resource-ordering.md" |
| 252 | + }, |
| 253 | + { |
| 254 | + "title": "Terraform Variables", |
| 255 | + "description": "Use variables to manage template state", |
| 256 | + "path": "./admin/templates/extending-templates/variables.md" |
| 257 | + } |
| 258 | + ] |
227 | 259 | },
|
228 | 260 | {
|
229 | 261 | "title": "Permissions \u0026 Policies",
|
|
0 commit comments