@@ -23,126 +23,13 @@ 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' ,
14229 items : [
14330 {
14431 type : 'autogenerated' ,
145- dirName : '02-iaas/guides' // '.' means the current docs folder
32+ dirName : '02-iaas/guides'
14633 }
14734 ]
14835 } ,
@@ -154,9 +41,18 @@ const sidebarsDocs = {
15441 } ,
15542 items : [
15643 {
157- type : 'doc ' ,
44+ type : 'category ' ,
15845 label : 'Openstack Image Manager' ,
159- id : 'iaas/components/image-manager'
46+ link : {
47+ id : 'iaas/components/image-manager/index' ,
48+ type : 'doc'
49+ } ,
50+ items : [
51+ {
52+ type : 'doc' ,
53+ id : 'iaas/components/image-manager/update'
54+ }
55+ ]
16056 } ,
16157 {
16258 type : 'doc' ,
0 commit comments