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. --- 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",