1
1
{
2
- "versions" : [" main" , " v0.8.1" , " v0.7.12" ],
2
+ "versions" : [
3
+ " main" ,
4
+ " v0.8.1" ,
5
+ " v0.7.12"
6
+ ],
3
7
"routes" : [
4
8
{
5
9
"title" : " About" ,
10
14
{
11
15
"title" : " Architecture" ,
12
16
"description" : " Learn how Coder works" ,
13
- "icon_path " : " ./images/icons/protractor.svg " ,
14
- "path " : " ./about/architecture.md "
17
+ "path " : " ./about/architecture.md " ,
18
+ "icon_path " : " ./images/icons/protractor.svg "
15
19
}
16
20
]
17
21
},
18
22
{
19
23
"title" : " Installation" ,
20
24
"description" : " How to install and deploy Coder" ,
21
- "icon_path" : " ./images/icons/download.svg" ,
22
25
"path" : " ./install/index.md" ,
26
+ "icon_path" : " ./images/icons/download.svg" ,
23
27
"children" : [
24
28
{
25
29
"title" : " Install script" ,
66
70
{
67
71
"title" : " Quickstart" ,
68
72
"description" : " Create your first template and workspace" ,
69
- "icon_path" : " ./images/icons/star.svg" ,
70
73
"path" : " ./quickstart.md" ,
74
+ "icon_path" : " ./images/icons/star.svg" ,
71
75
"children" : [
72
76
{
73
77
"title" : " Docker" ,
74
78
"description" : " Setup Coder with Docker" ,
75
- "icon_path " : " ./images/icons/ docker.svg " ,
76
- "path " : " ./quickstart/ docker.md "
79
+ "path " : " ./quickstart/ docker.md " ,
80
+ "icon_path " : " ./images/icons/ docker.svg "
77
81
},
78
82
{
79
83
"title" : " Google Cloud Platform" ,
80
84
"description" : " Setup Coder on a GCP Compute Engine VM" ,
81
- "icon_path " : " ./images /google-cloud.svg " ,
82
- "path " : " ./quickstart /google-cloud-platform.md "
85
+ "path " : " ./quickstart /google-cloud-platform.md " ,
86
+ "icon_path " : " ./images /google-cloud.svg "
83
87
},
84
88
{
85
89
"title" : " AWS" ,
86
90
"description" : " Setup Coder on an AWS EC2 VM" ,
87
- "icon_path " : " ./images /aws.svg " ,
88
- "path " : " ./quickstart /aws.md "
91
+ "path " : " ./quickstart /aws.md " ,
92
+ "icon_path " : " ./images /aws.svg "
89
93
},
90
94
{
91
95
"title" : " Azure" ,
92
96
"description" : " Setup Coder on an Azure VM" ,
93
- "icon_path " : " ./images /azure.svg " ,
94
- "path " : " ./quickstart /azure.md "
97
+ "path " : " ./quickstart /azure.md " ,
98
+ "icon_path " : " ./images /azure.svg "
95
99
}
96
100
]
97
101
},
105
109
"title" : " Resource Persistence" ,
106
110
"description" : " Learn how resource persistence works in Coder" ,
107
111
"path" : " ./templates/resource-persistence.md" ,
108
- "icon_path" : " ./images/icons/infinity.svg" ,
109
- "last_updated" : " 2022-10-23"
112
+ "icon_path" : " ./images/icons/infinity.svg"
110
113
},
111
114
{
112
115
"title" : " Provider Authentication" ,
137
140
{
138
141
"title" : " Workspaces" ,
139
142
"description" : " Learn about Coder workspaces." ,
140
- "icon_path " : " ./images/icons/layers.svg " ,
141
- "path " : " ./workspaces.md "
143
+ "path " : " ./workspaces.md " ,
144
+ "icon_path " : " ./images/icons/layers.svg "
142
145
},
143
146
{
144
147
"title" : " IDEs" ,
184
187
{
185
188
"title" : " Dotfiles" ,
186
189
"description" : " Learn how to personalize your workspace" ,
187
- "icon_path " : " ./images/icons/art-pad.svg " ,
188
- "path " : " ./dotfiles.md "
190
+ "path " : " ./dotfiles.md " ,
191
+ "icon_path " : " ./images/icons/art-pad.svg "
189
192
},
190
193
{
191
194
"title" : " Secrets" ,
192
195
"description" : " Learn how to use secrets in your workspace" ,
193
- "icon_path " : " ./images/icons/ secrets.svg " ,
194
- "path " : " ./secrets.md "
196
+ "path " : " ./secrets.md " ,
197
+ "icon_path " : " ./images/icons/ secrets.svg "
195
198
},
196
199
{
197
200
"title" : " Administration" ,
198
201
"description" : " How to install and deploy Coder" ,
199
- "icon_path" : " ./images/icons/wrench.svg" ,
200
202
"path" : " ./admin/index.md" ,
203
+ "icon_path" : " ./images/icons/wrench.svg" ,
201
204
"children" : [
202
205
{
203
206
"title" : " Authentication" ,
204
207
"description" : " Learn how to set up authentication using GitHub or OpenID Connect" ,
205
- "icon_path " : " ./images/icons/key.svg " ,
206
- "path " : " ./admin/auth.md "
208
+ "path " : " ./admin/auth.md " ,
209
+ "icon_path " : " ./images/icons/key.svg "
207
210
},
208
211
{
209
212
"title" : " Users" ,
210
213
"description" : " Learn about user roles available in Coder and how to create and manage users" ,
211
- "icon_path " : " ./images/icons/ users.svg " ,
212
- "path " : " ./admin/ users.md "
214
+ "path " : " ./admin/ users.md " ,
215
+ "icon_path " : " ./images/icons/ users.svg "
213
216
},
214
217
{
215
218
"title" : " Groups" ,
216
219
"description" : " Learn how to manage user groups" ,
217
- "icon_path" : " ./images/icons/group.svg" ,
218
220
"path" : " ./admin/groups.md" ,
219
- "state " : " enterprise "
221
+ "icon_path " : " ./images/icons/group.svg "
220
222
},
221
223
{
222
224
"title" : " RBAC" ,
223
225
"description" : " Learn how to use the role based access control" ,
224
- "icon_path" : " ./images/icons/rbac.svg" ,
225
226
"path" : " ./admin/rbac.md" ,
226
- "state " : " enterprise "
227
+ "icon_path " : " ./images/icons/rbac.svg "
227
228
},
228
229
{
229
230
"title" : " Configuration" ,
234
235
{
235
236
"title" : " Git Providers" ,
236
237
"description" : " Learn how connect Coder with external git providers" ,
237
- "icon_path " : " ./images/icons/ git.svg " ,
238
- "path " : " ./admin/ git-providers.md "
238
+ "path " : " ./admin/ git-providers.md " ,
239
+ "icon_path " : " ./images/icons/ git.svg "
239
240
},
240
241
{
241
242
"title" : " Upgrading" ,
242
243
"description" : " Learn how to upgrade Coder" ,
243
- "icon_path " : " ./images/icons/ upgrade.svg " ,
244
- "path " : " ./admin/ upgrade.md "
244
+ "path " : " ./admin/ upgrade.md " ,
245
+ "icon_path " : " ./images/icons/ upgrade.svg "
245
246
},
246
247
{
247
248
"title" : " Automation" ,
248
249
"description" : " Learn how to automate Coder with the CLI and API" ,
249
- "icon_path " : " ./images/icons/plug.svg " ,
250
- "path " : " ./admin/automation.md "
250
+ "path " : " ./admin/automation.md " ,
251
+ "icon_path " : " ./images/icons/plug.svg "
251
252
},
252
253
{
253
254
"title" : " Audit Logs" ,
254
255
"description" : " Learn how to use Audit Logs in your Coder deployment" ,
255
- "icon_path" : " ./images/icons/radar.svg" ,
256
256
"path" : " ./admin/audit-logs.md" ,
257
- "state " : " enterprise "
257
+ "icon_path " : " ./images/icons/radar.svg "
258
258
},
259
259
{
260
260
"title" : " Quotas" ,
261
261
"description" : " Learn how to use Workspace Quotas in Coder" ,
262
- "icon_path" : " ./images/icons/dollar.svg" ,
263
262
"path" : " ./admin/quotas.md" ,
264
- "state " : " enterprise "
263
+ "icon_path " : " ./images/icons/dollar.svg "
265
264
},
266
265
{
267
266
"title" : " High Availability" ,
268
267
"description" : " Learn how to configure Coder for High Availability" ,
269
- "icon_path" : " ./images/icons/hydra.svg" ,
270
268
"path" : " ./admin/high-availability.md" ,
271
- "state " : " enterprise "
269
+ "icon_path " : " ./images/icons/hydra.svg "
272
270
},
273
271
{
274
272
"title" : " Prometheus" ,
275
273
"description" : " Learn how to collect Prometheus metrics" ,
276
- "icon_path " : " ./images/icons/speed.svg " ,
277
- "path " : " ./admin/prometheus.md "
274
+ "path " : " ./admin/prometheus.md " ,
275
+ "icon_path " : " ./images/icons/speed.svg "
278
276
},
279
277
{
280
278
"title" : " Service Banners" ,
281
279
"description" : " Learn how to configure Service Banners" ,
282
- "icon_path" : " ./images/icons/info.svg" ,
283
280
"path" : " ./admin/service-banners.md" ,
284
- "state " : " enterprise "
281
+ "icon_path " : " ./images/icons/info.svg "
285
282
},
286
283
{
287
284
"title" : " Telemetry" ,
288
285
"description" : " Learn what usage telemetry Coder collects" ,
289
- "icon_path " : " ./images/icons/science.svg " ,
290
- "path " : " ./admin/telemetry.md "
286
+ "path " : " ./admin/telemetry.md " ,
287
+ "icon_path " : " ./images/icons/science.svg "
291
288
}
292
289
]
293
290
},
294
291
{
295
292
"title" : " Enterprise" ,
296
293
"description" : " Learn how to enable Enterprise features" ,
297
- "icon_path " : " ./images/icons/group.svg " ,
298
- "path " : " ./enterprise.md "
294
+ "path " : " ./enterprise.md " ,
295
+ "icon_path " : " ./images/icons/group.svg "
299
296
},
300
297
{
301
298
"title" : " Contributing" ,
302
299
"description" : " Learn how to contribute to Coder" ,
303
- "icon_path" : " ./images/icons/contributing.svg" ,
304
300
"path" : " ./CONTRIBUTING.md" ,
301
+ "icon_path" : " ./images/icons/contributing.svg" ,
305
302
"children" : [
306
303
{
307
304
"title" : " Code of Conduct" ,
323
320
{
324
321
"title" : " API" ,
325
322
"description" : " Learn how to use Coderd API" ,
326
- "icon_path" : " ./images/icons/api.svg" ,
327
323
"path" : " ./api/index.md" ,
328
- "children" : []
324
+ "icon_path" : " ./images/icons/api.svg" ,
325
+ "children" : [
326
+ {
327
+ "title" : " Authentication" ,
328
+ "path" : " ./docs/authentication.md"
329
+ },
330
+ {
331
+ "title" : " Templates" ,
332
+ "path" : " ./docs/templates.md"
333
+ },
334
+ {
335
+ "title" : " Workspaces" ,
336
+ "path" : " ./docs/workspaces.md"
337
+ },
338
+ {
339
+ "title" : " Schemas" ,
340
+ "path" : " ./docs/schemas.md"
341
+ }
342
+ ]
329
343
}
330
344
]
331
- }
345
+ }
0 commit comments