@@ -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