diff --git a/guides/admin/index.md b/guides/admin/index.md index af13c0f93..ea97fe7ab 100644 --- a/guides/admin/index.md +++ b/guides/admin/index.md @@ -1,5 +1,5 @@ --- -title: "Admin guides" +title: "Admin" description: Learn about admin tasks for Coder. --- diff --git a/guides/customization/index.md b/guides/customization/index.md index 0a4107bcc..82ebcec82 100644 --- a/guides/customization/index.md +++ b/guides/customization/index.md @@ -1,5 +1,5 @@ --- -title: "Customization guides" +title: "Customization" description: Learn about tasks related to customizing Coder. --- diff --git a/guides/deployments/archive-install.md b/guides/deployments/archive-install.md index 3ebb6b3ec..069160384 100644 --- a/guides/deployments/archive-install.md +++ b/guides/deployments/archive-install.md @@ -1,5 +1,5 @@ --- -title: Install Coder from an archive +title: Coder installation from an archive description: Learn how to install Coder from an archive --- diff --git a/guides/deployments/index.md b/guides/deployments/index.md index e090ad12e..d35889fbb 100644 --- a/guides/deployments/index.md +++ b/guides/deployments/index.md @@ -1,5 +1,5 @@ --- -title: "Deployment guides" +title: "Deployment" description: Learn about tasks related to deploying Coder. --- diff --git a/manifest.json b/manifest.json index 6b8c6fa08..65321b73f 100644 --- a/manifest.json +++ b/manifest.json @@ -263,11 +263,10 @@ }, { "path": "./guides/index.md", - "navigable": false, + "navigable": true, "children": [ { "path": "./guides/admin/index.md", - "navigable": false, "children": [ { "path": "./guides/admin/resources.md" @@ -294,7 +293,6 @@ }, { "path": "./guides/customization/index.md", - "navigable": false, "children": [ { "path": "./guides/customization/custom-workspace.md" @@ -315,7 +313,6 @@ }, { "path": "./guides/deployments/index.md", - "navigable": false, "children": [ { "path": "./guides/deployments/archive-install.md" @@ -336,7 +333,6 @@ }, { "path": "./guides/ssl-certificates/index.md", - "navigable": false, "children": [ { "path": "./guides/ssl-certificates/azureDNS.md" @@ -353,16 +349,13 @@ ] }, { - "path": "./guides/mobile-development/index.md", - "navigable": false + "path": "./guides/mobile-development/index.md" }, { - "path": "./guides/api.md", - "navigable": false + "path": "./guides/api.md" }, { "path": "./guides/troubleshooting/index.md", - "navigable": false, "children": [ { "path": "./guides/troubleshooting/docker-problems.md"