From ec559428d9baf6ca96f8bd2db75bab4d492f1afa Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 29 Jun 2021 14:49:03 -0500 Subject: [PATCH 1/4] chore: add guides to nav --- manifest.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/manifest.json b/manifest.json index 6b8c6fa08..a2687fe56 100644 --- a/manifest.json +++ b/manifest.json @@ -263,11 +263,9 @@ }, { "path": "./guides/index.md", - "navigable": false, "children": [ { "path": "./guides/admin/index.md", - "navigable": false, "children": [ { "path": "./guides/admin/resources.md" @@ -294,7 +292,6 @@ }, { "path": "./guides/customization/index.md", - "navigable": false, "children": [ { "path": "./guides/customization/custom-workspace.md" @@ -315,7 +312,6 @@ }, { "path": "./guides/deployments/index.md", - "navigable": false, "children": [ { "path": "./guides/deployments/archive-install.md" @@ -336,7 +332,6 @@ }, { "path": "./guides/ssl-certificates/index.md", - "navigable": false, "children": [ { "path": "./guides/ssl-certificates/azureDNS.md" @@ -354,15 +349,12 @@ }, { "path": "./guides/mobile-development/index.md", - "navigable": false }, { "path": "./guides/api.md", - "navigable": false }, { "path": "./guides/troubleshooting/index.md", - "navigable": false, "children": [ { "path": "./guides/troubleshooting/docker-problems.md" From 67909875c8357211159a86ec4707255965e7cffd Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 29 Jun 2021 15:14:23 -0500 Subject: [PATCH 2/4] Remove extra commas from JSON --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a2687fe56..436b342c1 100644 --- a/manifest.json +++ b/manifest.json @@ -348,10 +348,10 @@ ] }, { - "path": "./guides/mobile-development/index.md", + "path": "./guides/mobile-development/index.md" }, { - "path": "./guides/api.md", + "path": "./guides/api.md" }, { "path": "./guides/troubleshooting/index.md", From 033f9d9c6605fd4d6825ee68724ec03a17bd2245 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 30 Jun 2021 10:16:41 -0500 Subject: [PATCH 3/4] Add test navigable item --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 436b342c1..65321b73f 100644 --- a/manifest.json +++ b/manifest.json @@ -263,6 +263,7 @@ }, { "path": "./guides/index.md", + "navigable": true, "children": [ { "path": "./guides/admin/index.md", From fb5fe9046384a4933539061d3a99229e61c6a933 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 30 Jun 2021 14:06:44 -0500 Subject: [PATCH 4/4] Edit titles --- guides/admin/index.md | 2 +- guides/customization/index.md | 2 +- guides/deployments/archive-install.md | 2 +- guides/deployments/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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. ---