This repository was archived by the owner on Apr 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -203,44 +203,44 @@ export const MENU: MenuEntry[] = [
203
203
"Gitpod Self-Hosted" ,
204
204
"self-hosted/latest/self-hosted" ,
205
205
[
206
- M (
207
- "Install on Vanilla Kubernetes" ,
208
- "self-hosted/latest/install/install-on-kubernetes/"
209
- ) ,
210
206
M (
211
207
"Install on Google Cloud Platform" ,
212
208
"self-hosted/latest/install/install-on-gcp-script/"
213
209
) ,
214
210
M (
215
- "OAuth" ,
211
+ "Install on self-managed Kubernetes" ,
212
+ "self-hosted/latest/install/install-on-kubernetes/"
213
+ ) ,
214
+ M (
215
+ "Configure OAuth" ,
216
216
"self-hosted/latest/install/oauth/"
217
217
) ,
218
218
M (
219
- "Domain" ,
219
+ "Configure a Domain" ,
220
220
"self-hosted/latest/install/domain/"
221
221
) ,
222
222
M (
223
- "HTTPS Certificates" ,
223
+ "Configure HTTPS Certificates" ,
224
224
"self-hosted/latest/install/https-certs/"
225
225
) ,
226
226
M (
227
- "Databases " ,
227
+ "Configure a Database " ,
228
228
"self-hosted/latest/install/database/"
229
229
) ,
230
230
M (
231
- "Docker Registry" ,
231
+ "Configure a Docker Registry" ,
232
232
"self-hosted/latest/install/docker-registry/"
233
233
) ,
234
234
M (
235
- "Storage" ,
235
+ "Configure Storage" ,
236
236
"self-hosted/latest/install/storage/"
237
237
) ,
238
238
M (
239
- "Nodes" ,
239
+ "Configure Nodes" ,
240
240
"self-hosted/latest/install/nodes/"
241
241
) ,
242
242
M (
243
- "Workspaces" ,
243
+ "Configure Workspaces" ,
244
244
"self-hosted/latest/install/workspaces/"
245
245
) ,
246
246
]
You can’t perform that action at this time.
0 commit comments