Skip to content

Commit e1cb1ac

Browse files
committed
cleanup sidebars
Signed-off-by: Max Wolfs <[email protected]>
1 parent 01e1479 commit e1cb1ac

File tree

1 file changed

+0
-183
lines changed

1 file changed

+0
-183
lines changed

sidebarsDocs.js

Lines changed: 0 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -23,119 +23,6 @@ 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-
// },
40-
// {
41-
// type: 'category',
42-
// label: 'Deployment Examples',
43-
// link: {
44-
// type: 'generated-index'
45-
// },
46-
// items: [
47-
// {
48-
// type: 'doc',
49-
// label: 'Testbed',
50-
// id: 'iaas/guides/deploy-guide/examples/testbed'
51-
// },
52-
// {
53-
// type: 'doc',
54-
// label: 'Cloud in a Box',
55-
// id: 'iaas/guides/deploy-guide/examples/cloud-in-a-box'
56-
// }
57-
// ]
58-
// },
59-
// {
60-
// type: 'category',
61-
// label: 'Guides',
62-
// link: {
63-
// type: 'generated-index'
64-
// },
65-
// items: [
66-
// {
67-
// type: 'category',
68-
// label: 'Deploy Guides',
69-
// link: {
70-
// type: 'generated-index'
71-
// },
72-
// items: [
73-
// 'iaas/guides/deploy-guide/index',
74-
// 'iaas/guides/deploy-guide/manager',
75-
// 'iaas/guides/deploy-guide/bootstrap',
76-
// 'iaas/guides/deploy-guide/infrastructure',
77-
// 'iaas/guides/deploy-guide/network',
78-
// 'iaas/guides/deploy-guide/ceph',
79-
// 'iaas/guides/deploy-guide/openstack',
80-
// 'iaas/guides/deploy-guide/ceph',
81-
// 'iaas/guides/deploy-guide/logging-monitoring',
82-
// 'iaas/guides/deploy-guide/zuul'
83-
// ]
84-
// },
85-
// {
86-
// type: 'category',
87-
// label: 'Operations Guides',
88-
// link: {
89-
// type: 'generated-index'
90-
// },
91-
// items: [
92-
// 'iaas/guides/operations-guide/index',
93-
// {
94-
// type: 'category',
95-
// label: 'Manager',
96-
// link: {
97-
// type: 'doc',
98-
// id: 'iaas/components/image-manager'
99-
// },
100-
// items: [
101-
// 'iaas/guides/operations-guide/manager/index',
102-
// 'iaas/guides/operations-guide/manager/apply',
103-
// 'iaas/guides/operations-guide/manager/log',
104-
// 'iaas/guides/operations-guide/manager/console',
105-
// 'iaas/guides/operations-guide/manager/task'
106-
// ]
107-
// }
108-
// ]
109-
// },
110-
// {
111-
// type: 'category',
112-
// label: 'Troubleshooting Guides',
113-
// link: {
114-
// type: 'generated-index'
115-
// },
116-
// items: [
117-
// 'iaas/guides/troubleshooting-guides/manager',
118-
// 'iaas/guides/troubleshooting-guides/openstack'
119-
// ]
120-
// },
121-
// {
122-
// type: 'category',
123-
// label: 'Upgrade Guides',
124-
// link: {
125-
// type: 'generated-index'
126-
// },
127-
// items: [
128-
// 'iaas/guides/upgrade-guides/manager',
129-
// 'iaas/guides/upgrade-guides/network',
130-
// 'iaas/guides/upgrade-guides/ceph',
131-
// 'iaas/guides/upgrade-guides/docker',
132-
// 'iaas/guides/upgrade-guides/infrastructure',
133-
// 'iaas/guides/upgrade-guides/logging-monitoring',
134-
// 'iaas/guides/upgrade-guides/openstack'
135-
// ]
136-
// }
137-
// ]
138-
// },
13926
{
14027
type: 'category',
14128
label: 'Guides',
@@ -289,66 +176,6 @@ const sidebarsDocs = {
289176
}
290177
]
291178
},
292-
// {
293-
// type: 'category',
294-
// label: 'Guides',
295-
// link: {
296-
// type: 'generated-index'
297-
// },
298-
// items: [
299-
// 'operating-scs/guides/guide-1'
300-
// ]
301-
// },
302-
// {
303-
// type: 'category',
304-
// label: 'Monitoring',
305-
// link: {
306-
// type: 'generated-index'
307-
// },
308-
// items: [
309-
// 'operating-scs/monitoring/index'
310-
// ]
311-
// },
312-
// {
313-
// type: 'category',
314-
// label: 'Incident Management',
315-
// link: {
316-
// type: 'generated-index'
317-
// },
318-
// items: [
319-
// 'operating-scs/incident-management/index'
320-
// ]
321-
// },
322-
// {
323-
// type: 'category',
324-
// label: 'Audits',
325-
// link: {
326-
// type: 'generated-index'
327-
// },
328-
// items: [
329-
// 'operating-scs/audits/index'
330-
// ]
331-
// },
332-
// {
333-
// type: 'category',
334-
// label: 'Lifecycle Management',
335-
// link: {
336-
// type: 'generated-index'
337-
// },
338-
// items: [
339-
// 'operating-scs/lifecycle-management/index'
340-
// ]
341-
// },
342-
// {
343-
// type: 'category',
344-
// label: 'Logging',
345-
// link: {
346-
// type: 'generated-index'
347-
// },
348-
// items: [
349-
// 'operating-scs/logging/index'
350-
// ]
351-
// },
352179
{
353180
type: 'category',
354181
label: 'Metering',
@@ -384,16 +211,6 @@ const sidebarsDocs = {
384211
'releases/Release5'
385212
]
386213
},
387-
// {
388-
// type: 'category',
389-
// label: 'Standards',
390-
// link: {
391-
// type: 'generated-index'
392-
// },
393-
// items: [
394-
// 'standards/index'
395-
// ]
396-
// },
397214
{
398215
type: 'doc',
399216
id: 'faq/index',

0 commit comments

Comments
 (0)