-
Notifications
You must be signed in to change notification settings - Fork 2
/
sidebars.js
83 lines (83 loc) · 2.09 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
module.exports = {
docs: [
"introduction",
{
type: "category",
label: "Getting Started",
items: [{ type: "autogenerated", dirName: "getting_started" }],
},
{
type: "category",
label: "Concepts",
items: [{ type: "autogenerated", dirName: "concepts" }],
},
{
type: "category",
label: "Bundle Development",
items: [{ type: "autogenerated", dirName: "bundles" }],
},
{
type: "category",
label: "Applications",
items: [{ type: "autogenerated", dirName: "applications" }],
},
{
type: "category",
label: "Provisioners",
items: [{ type: "autogenerated", dirName: "provisioners" }],
},
{
type: "category",
label: "Migration",
items: [{ type: "autogenerated", dirName: "migration" }],
},
{
type: "category",
label: "DNS",
items: [{ type: "autogenerated", dirName: "dns" }],
},
{
type: "category",
label: "CI/CD",
items: [{ type: "autogenerated", dirName: "ci_cd" }],
},
{
type: "category",
label: "Preview Environments",
items: [{ type: "autogenerated", dirName: "preview_environments" }],
},
{
type: "category",
label: "CLI",
link: { type: "doc", id: "cli/cli-overview" },
items: [{ type: "autogenerated", dirName: "cli" }],
},
{
type: "category",
label: "Security",
items: [{ type: "autogenerated", dirName: "security" }],
},
{
type: "category",
label: "Extend the Platform",
items: [{ type: "autogenerated", dirName: "extend_the_platform" }],
},
{
type: "category",
label: "Runbooks",
items: [{ type: "autogenerated", dirName: "runbooks" }],
},
{
type: "category",
label: "Guides",
items: [{ type: "autogenerated", dirName: "guides" }],
},
{
type: "category",
label: "JSON Schema Cheat Sheet",
items: [{ type: "autogenerated", dirName: "json_schema_cheat_sheet" }],
},
"troubleshooting",
],
...require("./docs/swapi/sidebar-schema.js"),
};