Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit e638826

Browse files
committed
[docs] Improve Gitpod Self-Hosted docs menu
1 parent 7aedcb0 commit e638826

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/docs/menu.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,44 +203,44 @@ export const MENU: MenuEntry[] = [
203203
"Gitpod Self-Hosted",
204204
"self-hosted/latest/self-hosted",
205205
[
206-
M(
207-
"Install on Vanilla Kubernetes",
208-
"self-hosted/latest/install/install-on-kubernetes/"
209-
),
210206
M(
211207
"Install on Google Cloud Platform",
212208
"self-hosted/latest/install/install-on-gcp-script/"
213209
),
214210
M(
215-
"OAuth",
211+
"Install on self-managed Kubernetes",
212+
"self-hosted/latest/install/install-on-kubernetes/"
213+
),
214+
M(
215+
"Configure OAuth",
216216
"self-hosted/latest/install/oauth/"
217217
),
218218
M(
219-
"Domain",
219+
"Configure a Domain",
220220
"self-hosted/latest/install/domain/"
221221
),
222222
M(
223-
"HTTPS Certificates",
223+
"Configure HTTPS Certificates",
224224
"self-hosted/latest/install/https-certs/"
225225
),
226226
M(
227-
"Databases",
227+
"Configure a Database",
228228
"self-hosted/latest/install/database/"
229229
),
230230
M(
231-
"Docker Registry",
231+
"Configure a Docker Registry",
232232
"self-hosted/latest/install/docker-registry/"
233233
),
234234
M(
235-
"Storage",
235+
"Configure Storage",
236236
"self-hosted/latest/install/storage/"
237237
),
238238
M(
239-
"Nodes",
239+
"Configure Nodes",
240240
"self-hosted/latest/install/nodes/"
241241
),
242242
M(
243-
"Workspaces",
243+
"Configure Workspaces",
244244
"self-hosted/latest/install/workspaces/"
245245
),
246246
]

0 commit comments

Comments
 (0)