From 6623fcdbc5f8e84207c38dab630a87f9da89d796 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 6 Oct 2021 08:48:47 -0500 Subject: [PATCH 1/2] chore: alphabetize workspaces navbar --- manifest.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 891b97c15..5f55f5722 100644 --- a/manifest.json +++ b/manifest.json @@ -21,10 +21,6 @@ { "path": "./workspaces/index.md", "children": [ - { - "path": "./workspaces/applications.md", - "navigable": true - }, { "path": "./workspaces/getting-started.md" }, @@ -32,7 +28,7 @@ "path": "./workspaces/lifecycle.md" }, { - "path": "./workspaces/editors.md" + "path": "./workspaces/applications.md" }, { "path": "./workspaces/autostart.md" @@ -44,7 +40,7 @@ "path": "./workspaces/cvms.md" }, { - "path": "./workspaces/workspace-params.md" + "path": "./workspaces/editors.md" }, { "path": "./workspaces/variables.md" @@ -61,6 +57,9 @@ { "path": "./workspaces/ssh.md" }, + { + "path": "./workspaces/workspace-params.md" + }, { "path": "./workspaces/workspace-templates/index.md", "children": [ From 1bd288c7fafd7763b7a85f2f77edb70cfc54c0ac Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 6 Oct 2021 09:14:30 -0500 Subject: [PATCH 2/2] simplify article title --- workspaces/preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/preferences.md b/workspaces/preferences.md index e778287f0..cbb78b503 100644 --- a/workspaces/preferences.md +++ b/workspaces/preferences.md @@ -1,5 +1,5 @@ --- -title: "User preferences" +title: "Preferences" description: Learn how to manage your Coder account preferences. ---