|
139 | 139 | "icon_path": "./images/icons/picture.svg",
|
140 | 140 | "children": [
|
141 | 141 | {
|
142 |
| - "title": "Writing templates", |
143 |
| - "description": "Learn how to create & modify Coder templates", |
144 |
| - "path": "./templates/writing/index.md" |
145 |
| - }, |
146 |
| - { |
147 |
| - "title": "Resource Persistence", |
148 |
| - "description": "Learn how resource persistence works in Coder", |
149 |
| - "path": "./templates/resource-persistence.md", |
150 |
| - "icon_path": "./images/icons/infinity.svg" |
151 |
| - }, |
152 |
| - { |
153 |
| - "title": "Provider Authentication", |
154 |
| - "description": "Learn how to authenticate the provisioner", |
155 |
| - "path": "./templates/authentication.md", |
156 |
| - "icon_path": "./images/icons/key.svg" |
157 |
| - }, |
158 |
| - { |
159 |
| - "title": "Change Management", |
160 |
| - "description": "Learn how to source-control templates with git and CI", |
161 |
| - "path": "./templates/change-management.md", |
162 |
| - "icon_path": "./images/icons/git.svg" |
163 |
| - }, |
164 |
| - { |
165 |
| - "title": "Resource Metadata", |
166 |
| - "description": "Learn how to expose resource data to users", |
167 |
| - "path": "./templates/resource-metadata.md", |
168 |
| - "icon_path": "./images/icons/table-rows.svg" |
169 |
| - }, |
170 |
| - { |
171 |
| - "title": "Agent Metadata", |
172 |
| - "description": "Learn how to expose live agent information to users", |
173 |
| - "path": "./templates/agent-metadata.md", |
174 |
| - "icon_path": "./images/icons/table-rows.svg" |
| 142 | + "title": "Templates & Terraform", |
| 143 | + "description": "Learn what makes up a template", |
| 144 | + "path": "./templates/concepts.md", |
| 145 | + "children": [ |
| 146 | + { |
| 147 | + "title": "Parameters", |
| 148 | + "description": "Use parameters to customize templates", |
| 149 | + "path": "./templates/parameters.md", |
| 150 | + "icon_path": "./images/icons/code.svg" |
| 151 | + }, |
| 152 | + { |
| 153 | + "title": "Terraform Modules", |
| 154 | + "description": "Reuse code across Coder templates", |
| 155 | + "path": "./templates/modules.md" |
| 156 | + }, |
| 157 | + { |
| 158 | + "title": "Agent Metadata", |
| 159 | + "description": "Learn how to expose live agent information to users", |
| 160 | + "path": "./templates/agent-metadata.md", |
| 161 | + "icon_path": "./images/icons/table-rows.svg" |
| 162 | + }, |
| 163 | + { |
| 164 | + "title": "Resource Metadata", |
| 165 | + "description": "Learn how to expose resource data to users", |
| 166 | + "path": "./templates/resource-metadata.md", |
| 167 | + "icon_path": "./images/icons/table-rows.svg" |
| 168 | + } |
| 169 | + ] |
175 | 170 | },
|
176 | 171 | {
|
177 |
| - "title": "Parameters", |
178 |
| - "description": "Use parameters to customize templates", |
179 |
| - "path": "./templates/parameters.md", |
180 |
| - "icon_path": "./images/icons/code.svg" |
| 172 | + "title": "Best Practices", |
| 173 | + "description": "Best practices for writing/managing templates", |
| 174 | + "path": "./templates/best-practices.md", |
| 175 | + "children": [ |
| 176 | + { |
| 177 | + "title": "Provider Authentication", |
| 178 | + "description": "Learn how to authenticate the provisioner", |
| 179 | + "path": "./templates/authentication.md", |
| 180 | + "icon_path": "./images/icons/key.svg" |
| 181 | + }, |
| 182 | + { |
| 183 | + "title": "Resource Persistence", |
| 184 | + "description": "Learn how resource persistence works in Coder", |
| 185 | + "path": "./templates/resource-persistence.md", |
| 186 | + "icon_path": "./images/icons/infinity.svg" |
| 187 | + }, |
| 188 | + { |
| 189 | + "title": "Change Management", |
| 190 | + "description": "Learn how to source-control templates with git and CI", |
| 191 | + "path": "./templates/change-management.md", |
| 192 | + "icon_path": "./images/icons/git.svg" |
| 193 | + } |
| 194 | + ] |
181 | 195 | },
|
| 196 | + |
182 | 197 | {
|
183 | 198 | "title": "Open in Coder",
|
184 | 199 | "description": "Learn how to add an \"Open in Coder\" button to your repos",
|
|
196 | 211 | "description": "Use devcontainers in workspaces",
|
197 | 212 | "path": "./templates/devcontainers.md",
|
198 | 213 | "state": "alpha"
|
199 |
| - }, |
200 |
| - { |
201 |
| - "title": "Terraform Modules", |
202 |
| - "description": "Reuse code across Coder templates", |
203 |
| - "path": "./templates/modules.md" |
204 | 214 | }
|
205 | 215 | ]
|
206 | 216 | },
|
|
0 commit comments