Skip to content

Commit 51365cd

Browse files
stirbymatifali
authored andcommitted
added manifest for extending templates
1 parent 8add1d7 commit 51365cd

File tree

2 files changed

+34
-58
lines changed

2 files changed

+34
-58
lines changed

docs/admin/templates/concepts.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/manifest.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,40 @@
222222
},
223223
{
224224
"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+
]
227259
},
228260
{
229261
"title": "Permissions \u0026 Policies",

0 commit comments

Comments
 (0)