Skip to content

Commit 8f36385

Browse files
author
Katie Horne
authored
chore: add guides to nav (coder#453)
1 parent 33f2028 commit 8f36385

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

guides/admin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Admin guides"
2+
title: "Admin"
33
description: Learn about admin tasks for Coder.
44
---
55

guides/customization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Customization guides"
2+
title: "Customization"
33
description: Learn about tasks related to customizing Coder.
44
---
55

guides/deployments/archive-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Install Coder from an archive
2+
title: Coder installation from an archive
33
description: Learn how to install Coder from an archive
44
---
55

guides/deployments/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Deployment guides"
2+
title: "Deployment"
33
description: Learn about tasks related to deploying Coder.
44
---
55

manifest.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -263,11 +263,10 @@
263263
},
264264
{
265265
"path": "./guides/index.md",
266-
"navigable": false,
266+
"navigable": true,
267267
"children": [
268268
{
269269
"path": "./guides/admin/index.md",
270-
"navigable": false,
271270
"children": [
272271
{
273272
"path": "./guides/admin/resources.md"
@@ -294,7 +293,6 @@
294293
},
295294
{
296295
"path": "./guides/customization/index.md",
297-
"navigable": false,
298296
"children": [
299297
{
300298
"path": "./guides/customization/custom-workspace.md"
@@ -315,7 +313,6 @@
315313
},
316314
{
317315
"path": "./guides/deployments/index.md",
318-
"navigable": false,
319316
"children": [
320317
{
321318
"path": "./guides/deployments/archive-install.md"
@@ -336,7 +333,6 @@
336333
},
337334
{
338335
"path": "./guides/ssl-certificates/index.md",
339-
"navigable": false,
340336
"children": [
341337
{
342338
"path": "./guides/ssl-certificates/azureDNS.md"
@@ -353,16 +349,13 @@
353349
]
354350
},
355351
{
356-
"path": "./guides/mobile-development/index.md",
357-
"navigable": false
352+
"path": "./guides/mobile-development/index.md"
358353
},
359354
{
360-
"path": "./guides/api.md",
361-
"navigable": false
355+
"path": "./guides/api.md"
362356
},
363357
{
364358
"path": "./guides/troubleshooting/index.md",
365-
"navigable": false,
366359
"children": [
367360
{
368361
"path": "./guides/troubleshooting/docker-problems.md"

0 commit comments

Comments
 (0)