diff --git a/setup/licensing.md b/admin/licensing.md similarity index 100% rename from setup/licensing.md rename to admin/licensing.md diff --git a/manifest.json b/manifest.json index 491fadb6e..d2965e802 100644 --- a/manifest.json +++ b/manifest.json @@ -168,26 +168,23 @@ "path": "./setup/configuration.md" }, { - "path": "./setup/licensing.md" - }, - { - "path": "./setup/updating/index.md", + "path": "./setup/air-gapped/index.md", "children": [ { - "path": "./setup/updating/considerations.md" + "path": "./setup/air-gapped/infrastructure.md" } ] }, { - "path": "./setup/air-gapped/index.md", + "path": "./setup/docker.md" + }, + { + "path": "./setup/upgrade/index.md", "children": [ { - "path": "./setup/air-gapped/infrastructure.md" + "path": "./setup/upgrade/considerations.md" } ] - }, - { - "path": "./setup/docker.md" } ] }, @@ -324,11 +321,14 @@ { "path": "./admin/devurls.md" }, + { + "path": "./admin/stun.md" + }, { "path": "./admin/git.md" }, { - "path": "./admin/stun.md" + "path": "./admin/licensing.md" }, { "path": "./admin/telemetry.md" diff --git a/setup/updating/considerations.md b/setup/upgrade/considerations.md similarity index 100% rename from setup/updating/considerations.md rename to setup/upgrade/considerations.md diff --git a/setup/updating/index.md b/setup/upgrade/index.md similarity index 99% rename from setup/updating/index.md rename to setup/upgrade/index.md index 4b9ec9ec4..47673a826 100644 --- a/setup/updating/index.md +++ b/setup/upgrade/index.md @@ -1,6 +1,6 @@ --- -title: "Updating" -description: Learn how to update your Coder deployment. +title: "Upgrade" +description: Learn how to upgrade your Coder deployment. --- This guide will show you how to update your Coder deployment.