Skip to content

Commit 75405a7

Browse files
authored
add osism guides (#115)
Signed-off-by: Max Wolfs <[email protected]>
1 parent 223756c commit 75405a7

File tree

4 files changed

+110
-21
lines changed

4 files changed

+110
-21
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Content Dependencies from docs.package.json
22
/repo_to_be_edited_
33
/docs/02-iaas/components
4+
/docs/02-iaas/guides/configuration-guides
5+
/docs/02-iaas/guides/deploy-guide
6+
/docs/02-iaas/guides/operations-guide
7+
/docs/02-iaas/guides/troubleshooting-guides
8+
/docs/02-iaas/guides/upgrade-guides
9+
/docs/02-iaas/guides/index.md
410
/docs/02-iaas/deployment-examples/cloud-in-a-box
511
/docs/02-iaas/deployment-examples/testbed
612
/docs/03-container/components

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"source": "docs/advanced-guides",
4141
"target": "docs/02-iaas/deployment-examples",
4242
"label": "cloud-in-a-box"
43+
},
44+
{
45+
"repo": "osism/osism.github.io",
46+
"source": "docs/guides",
47+
"target": "docs/02-iaas/",
48+
"label": ""
4349
}
4450
]

docs/02-iaas/guides/guide1.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

sidebarsDocs.js

Lines changed: 98 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ const sidebarsDocs = {
2323
type: 'generated-index'
2424
},
2525
items: [
26-
{
27-
type: 'category',
28-
label: 'Overview',
29-
link: {
30-
type: 'generated-index'
31-
},
32-
items: [
33-
// 'iaas/overview/architecture',
34-
// 'iaas/overview/compute',
35-
// 'iaas/overview/storage',
36-
// 'iaas/overview/network',
37-
// 'iaas/overview/knowledge'
38-
]
39-
},
26+
// {
27+
// type: 'category',
28+
// label: 'Overview',
29+
// link: {
30+
// type: 'generated-index'
31+
// },
32+
// items: [
33+
// // 'iaas/overview/architecture',
34+
// // 'iaas/overview/compute',
35+
// // 'iaas/overview/storage',
36+
// // 'iaas/overview/network',
37+
// // 'iaas/overview/knowledge'
38+
// ]
39+
// },
4040
{
4141
type: 'category',
4242
label: 'Deployment Examples',
@@ -68,14 +68,94 @@ const sidebarsDocs = {
6868
}
6969
]
7070
},
71+
// {
72+
// type: 'category',
73+
// label: 'Guides',
74+
// link: {
75+
// type: 'generated-index'
76+
// },
77+
// items: [
78+
// {
79+
// type: 'category',
80+
// label: 'Deploy Guides',
81+
// link: {
82+
// type: 'generated-index'
83+
// },
84+
// items: [
85+
// 'iaas/guides/deploy-guide/index',
86+
// 'iaas/guides/deploy-guide/manager',
87+
// 'iaas/guides/deploy-guide/bootstrap',
88+
// 'iaas/guides/deploy-guide/infrastructure',
89+
// 'iaas/guides/deploy-guide/network',
90+
// 'iaas/guides/deploy-guide/ceph',
91+
// 'iaas/guides/deploy-guide/openstack',
92+
// 'iaas/guides/deploy-guide/ceph',
93+
// 'iaas/guides/deploy-guide/logging-monitoring',
94+
// 'iaas/guides/deploy-guide/zuul'
95+
// ]
96+
// },
97+
// {
98+
// type: 'category',
99+
// label: 'Operations Guides',
100+
// link: {
101+
// type: 'generated-index'
102+
// },
103+
// items: [
104+
// 'iaas/guides/operations-guide/index',
105+
// {
106+
// type: 'category',
107+
// label: 'Manager',
108+
// link: {
109+
// type: 'doc',
110+
// id: 'iaas/components/image-manager'
111+
// },
112+
// items: [
113+
// 'iaas/guides/operations-guide/manager/index',
114+
// 'iaas/guides/operations-guide/manager/apply',
115+
// 'iaas/guides/operations-guide/manager/log',
116+
// 'iaas/guides/operations-guide/manager/console',
117+
// 'iaas/guides/operations-guide/manager/task'
118+
// ]
119+
// }
120+
// ]
121+
// },
122+
// {
123+
// type: 'category',
124+
// label: 'Troubleshooting Guides',
125+
// link: {
126+
// type: 'generated-index'
127+
// },
128+
// items: [
129+
// 'iaas/guides/troubleshooting-guides/manager',
130+
// 'iaas/guides/troubleshooting-guides/openstack'
131+
// ]
132+
// },
133+
// {
134+
// type: 'category',
135+
// label: 'Upgrade Guides',
136+
// link: {
137+
// type: 'generated-index'
138+
// },
139+
// items: [
140+
// 'iaas/guides/upgrade-guides/manager',
141+
// 'iaas/guides/upgrade-guides/network',
142+
// 'iaas/guides/upgrade-guides/ceph',
143+
// 'iaas/guides/upgrade-guides/docker',
144+
// 'iaas/guides/upgrade-guides/infrastructure',
145+
// 'iaas/guides/upgrade-guides/logging-monitoring',
146+
// 'iaas/guides/upgrade-guides/openstack'
147+
// ]
148+
// }
149+
// ]
150+
// },
71151
{
72152
type: 'category',
73153
label: 'Guides',
74-
link: {
75-
type: 'generated-index'
76-
},
77154
items: [
78-
// 'iaas/guides/guide1'
155+
{
156+
type: 'autogenerated',
157+
dirName: '02-iaas/guides' // '.' means the current docs folder
158+
}
79159
]
80160
},
81161
{

0 commit comments

Comments
 (0)