-
Notifications
You must be signed in to change notification settings - Fork 1
/
sidebars.js
47 lines (47 loc) · 1.26 KB
/
sidebars.js
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
42
43
44
45
46
47
module.exports = {
someSidebar: {
"CloudScend Foresight": [
{
type: "category",
label: "CloudScend Foresight Users Guide",
items: [
"foresight-cloud-app-mod-overview",
"foresight-intro",
"foresight-getting-started",
"foresight-managing-apps",
"foresight-api-guide",
"foresight-troubleshooting",
],
},
{
type: "category",
label: "CloudScend Foresight Installation Guide",
items: [
"foresight-install-intro",
"foresight-install-EKS", //,
//"foresight-install-ECS",
//{
// type: "category",
// label: "Installing CloudScend Foresight On-Prem or in Other Clouds",
// items: ["foresight-install-docker-engine", "foresight-install-kubernetes"],
//},
],
},
{
type: "category",
label: "CloudScend Foresight Operations Guide",
items: [
"foresight-ops-overview",
"foresight-ops-general",
"foresight-ops-standard-guidelines",
"foresight-ops-diagnostic",
],
},
{
type: "category",
label: "FAQs",
items: ["foresight-faqs"],
},
],
},
};