-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathsidebarEmbeddedCluster.js
More file actions
41 lines (40 loc) · 1.08 KB
/
sidebarEmbeddedCluster.js
File metadata and controls
41 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module.exports = {
embeddedClusterSidebar: [
"embedded-overview",
"embedded-v3-migrate",
"embedded-using",
"embedded-config",
{
type: "category",
label: "Install with Embedded Cluster",
items: [
"installing-embedded-requirements",
"installing-embedded",
"installing-embedded-air-gap",
]
},
"embedded-manage-nodes",
"updating-embedded",
"embedded-troubleshooting",
{
type: "category",
label: "Embedded Cluster Commands",
items: [
"embedded-cluster-completion",
"embedded-cluster-create-join-bundle",
"embedded-cluster-create-upgrade-bundle",
"embedded-cluster-enable-ha",
"embedded-cluster-install",
"embedded-cluster-node-join",
"embedded-cluster-node-upgrade",
"embedded-cluster-remove-node",
"embedded-cluster-reset",
"embedded-cluster-shell",
"embedded-cluster-status",
"embedded-cluster-support-bundle",
"embedded-cluster-upgrade",
"embedded-cluster-version",
],
},
],
};