From 3d9b3618feb3e6d06b25d506bee66f9a29067589 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 7 Sep 2021 14:32:22 -0500 Subject: [PATCH 1/2] chore: update title for hosted beta page --- guides/hosted-beta/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/hosted-beta/index.md b/guides/hosted-beta/index.md index 98f7d8d3d..bbe0ccf90 100644 --- a/guides/hosted-beta/index.md +++ b/guides/hosted-beta/index.md @@ -1,5 +1,5 @@ --- -title: Getting started +title: Hosted beta description: Get started with a hosted Coder deployment. --- From 809cdb73b16ec270e4f199b842c2f5a8f5c2229e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 7 Sep 2021 14:33:02 -0500 Subject: [PATCH 2/2] Update manifest --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7b084715a..4bd87980c 100644 --- a/manifest.json +++ b/manifest.json @@ -381,13 +381,13 @@ ] }, { - "path": "./guides/mobile-development/index.md" + "path": "./guides/hosted-beta/index.md" }, { - "path": "./guides/api.md" + "path": "./guides/mobile-development/index.md" }, { - "path": "./guides/hosted-beta/index.md" + "path": "./guides/api.md" }, { "path": "./guides/troubleshooting/index.md",