Skip to content

Commit c2a9276

Browse files
author
Katie Horne
authored
chore: cleanup setup section (coder#737)
1 parent b68f5de commit c2a9276

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
File renamed without changes.

manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -168,26 +168,23 @@
168168
"path": "./setup/configuration.md"
169169
},
170170
{
171-
"path": "./setup/licensing.md"
172-
},
173-
{
174-
"path": "./setup/updating/index.md",
171+
"path": "./setup/air-gapped/index.md",
175172
"children": [
176173
{
177-
"path": "./setup/updating/considerations.md"
174+
"path": "./setup/air-gapped/infrastructure.md"
178175
}
179176
]
180177
},
181178
{
182-
"path": "./setup/air-gapped/index.md",
179+
"path": "./setup/docker.md"
180+
},
181+
{
182+
"path": "./setup/upgrade/index.md",
183183
"children": [
184184
{
185-
"path": "./setup/air-gapped/infrastructure.md"
185+
"path": "./setup/upgrade/considerations.md"
186186
}
187187
]
188-
},
189-
{
190-
"path": "./setup/docker.md"
191188
}
192189
]
193190
},
@@ -324,11 +321,14 @@
324321
{
325322
"path": "./admin/devurls.md"
326323
},
324+
{
325+
"path": "./admin/stun.md"
326+
},
327327
{
328328
"path": "./admin/git.md"
329329
},
330330
{
331-
"path": "./admin/stun.md"
331+
"path": "./admin/licensing.md"
332332
},
333333
{
334334
"path": "./admin/telemetry.md"
File renamed without changes.

setup/updating/index.md renamed to setup/upgrade/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Updating"
3-
description: Learn how to update your Coder deployment.
2+
title: "Upgrade"
3+
description: Learn how to upgrade your Coder deployment.
44
---
55

66
This guide will show you how to update your Coder deployment.

0 commit comments

Comments
 (0)