@@ -29,7 +29,7 @@ const sidebarsDocs = {
2929 items : [
3030 {
3131 type : 'autogenerated' ,
32- dirName : '02-iaas/guides' // '.' means the current docs folder
32+ dirName : '02-iaas/guides'
3333 }
3434 ]
3535 } ,
@@ -41,16 +41,38 @@ const sidebarsDocs = {
4141 } ,
4242 items : [
4343 {
44- type : 'doc ' ,
44+ type : 'category ' ,
4545 label : 'Openstack Image Manager' ,
46- 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+ ]
4756 } ,
4857 {
4958 type : 'doc' ,
5059 label : 'Openstack Flavor Manager' ,
5160 id : 'iaas/components/flavor-manager'
5261 }
5362 ]
63+ } ,
64+ {
65+ type : 'category' ,
66+ label : 'Deployment Examples' ,
67+ link : {
68+ type : 'generated-index'
69+ } ,
70+ items : [
71+ {
72+ type : 'autogenerated' ,
73+ dirName : '02-iaas/deployment-examples' // '.' means the current docs folder
74+ }
75+ ]
5476 }
5577 ]
5678 } ,
@@ -127,6 +149,7 @@ const sidebarsDocs = {
127149 'container/components/k8s-cluster-api-provider/doc/Maintenance_and_Troubleshooting' ,
128150 'container/components/k8s-cluster-api-provider/doc/LoadBalancer-ExtTrafficLocal' ,
129151 'container/components/k8s-cluster-api-provider/doc/Upgrade-Guide' ,
152+ 'container/components/k8s-cluster-api-provider/doc/continuous-integration' ,
130153 'container/components/k8s-cluster-api-provider/doc/roadmap' ,
131154 {
132155 type : 'category' ,
@@ -137,10 +160,51 @@ const sidebarsDocs = {
137160 'container/components/k8s-cluster-api-provider/doc/usage/managing-many-clusters' ,
138161 'container/components/k8s-cluster-api-provider/doc/usage/cluster-mgmt-capi-mgmt-node' ,
139162 'container/components/k8s-cluster-api-provider/doc/usage/multi-az-and-multi-cloud-environments' ,
140- 'container/components/k8s-cluster-api-provider/doc/usage/testing'
163+ 'container/components/k8s-cluster-api-provider/doc/usage/testing' ,
164+ 'container/components/k8s-cluster-api-provider/doc/usage/containter-registry-configuration' ,
165+ 'container/components/k8s-cluster-api-provider/doc/usage/custom-ca' ,
166+ 'container/components/k8s-cluster-api-provider/doc/usage/gateway-api' ,
167+ 'container/components/k8s-cluster-api-provider/doc/usage/harbor' ,
168+ 'container/components/k8s-cluster-api-provider/doc/usage/migrate-to-cluster-class'
169+ ]
170+ }
171+ ]
172+ } ,
173+ {
174+ type : 'category' ,
175+ label : 'Cluster Stacks' ,
176+ link : {
177+ type : 'generated-index'
178+ } ,
179+ items : [
180+ {
181+ type : 'category' ,
182+ label : 'Cluster Stack Provider OpenStack' ,
183+ items : [
184+ 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/overview' ,
185+ 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/quickstart' ,
186+ 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/controllers' ,
187+ 'container/components/cluster-stacks/components/cluster-stack-provider-openstack/docs/develop'
141188 ]
142189 }
143190 ]
191+ } ,
192+ {
193+ type : 'category' ,
194+ label : 'Container Registry' ,
195+ link : {
196+ type : 'generated-index'
197+ } ,
198+ items : [
199+ 'container/components/container-registry/docs/quickstart' ,
200+ 'container/components/container-registry/docs/scs-deployment' ,
201+ 'container/components/container-registry/docs/rate_limit' ,
202+ 'container/components/container-registry/docs/upgrade' ,
203+ 'container/components/container-registry/docs/backup_and_restore' ,
204+ 'container/components/container-registry/docs/migration' ,
205+ 'container/components/container-registry/docs/persistence' ,
206+ 'container/components/container-registry/docs/ha-deployment'
207+ ]
144208 }
145209 ]
146210 }
@@ -163,19 +227,127 @@ const sidebarsDocs = {
163227 items : [
164228 {
165229 type : 'category' ,
166- label : 'Status Page API' ,
230+ label : 'Status Page' ,
231+ link : {
232+ type : 'generated-index'
233+ } ,
234+ items : [
235+ {
236+ type : 'category' ,
237+ label : 'Concepts' ,
238+ link : {
239+ type : 'generated-index'
240+ } ,
241+ items : [
242+ 'operating-scs/components/status-page-openapi/docs/overview' ,
243+ 'operating-scs/components/status-page-openapi/docs/components' ,
244+ 'operating-scs/components/status-page-openapi/docs/levels_of_consensus' ,
245+ 'operating-scs/components/status-page-openapi/docs/component_overview'
246+ ]
247+ } ,
248+ {
249+ type : 'category' ,
250+ label : 'API' ,
251+ link : {
252+ type : 'generated-index'
253+ } ,
254+ items : [
255+ 'operating-scs/components/status-page-api/docs/overview' ,
256+ 'operating-scs/components/status-page-api/docs/requirements' ,
257+ 'operating-scs/components/status-page-api/docs/quickstart' ,
258+ 'operating-scs/components/status-page-api/docs/configuration' ,
259+ 'operating-scs/components/status-page-api/docs/requests' ,
260+ 'operating-scs/components/status-page-api/docs/example-requests' ,
261+ 'operating-scs/components/status-page-api/docs/contribute'
262+ ]
263+ } ,
264+ {
265+ type : 'category' ,
266+ label : 'Deployment' ,
267+ link : {
268+ type : 'generated-index'
269+ } ,
270+ items : [
271+ 'operating-scs/components/status-page-deployment/docs/overview' ,
272+ 'operating-scs/components/status-page-deployment/docs/requirements' ,
273+ 'operating-scs/components/status-page-deployment/docs/quickstart' ,
274+ {
275+ type : 'category' ,
276+ label : 'Configuration' ,
277+ link : {
278+ type : 'generated-index'
279+ } ,
280+ items : [
281+ 'operating-scs/components/status-page-deployment/docs/configuration' ,
282+ 'operating-scs/components/status-page-deployment/docs/kind' ,
283+ 'operating-scs/components/status-page-deployment/docs/k3s' ,
284+ 'operating-scs/components/status-page-deployment/docs/scs-public'
285+ ]
286+ } ,
287+ 'operating-scs/components/status-page-deployment/docs/usage' ,
288+ 'operating-scs/components/status-page-deployment/docs/monitoring' ,
289+ 'operating-scs/components/status-page-deployment/docs/contribute' ,
290+ 'operating-scs/components/status-page-deployment/docs/admin-authentication' ,
291+ 'operating-scs/components/status-page-deployment/docs/faq'
292+ ]
293+ }
294+ ]
295+ } ,
296+ {
297+ type : 'category' ,
298+ label : 'Monitoring' ,
299+ link : {
300+ type : 'generated-index'
301+ } ,
302+ items : [
303+ 'operating-scs/components/monitoring/docs/overview' ,
304+ 'operating-scs/components/monitoring/docs/quickstart' ,
305+ 'operating-scs/components/monitoring/docs/scs-deployment' ,
306+ 'operating-scs/components/monitoring/docs/k3s' ,
307+ 'operating-scs/components/monitoring/docs/infrastructure_services' ,
308+ 'operating-scs/components/monitoring/docs/iaas' ,
309+ 'operating-scs/components/monitoring/docs/kaas' ,
310+ 'operating-scs/components/monitoring/docs/zuul' ,
311+ 'operating-scs/components/monitoring/docs/alertmanager' ,
312+ 'operating-scs/components/monitoring/docs/oauth' ,
313+ 'operating-scs/components/monitoring/docs/tracing' ,
314+ 'operating-scs/components/monitoring/docs/tuning'
315+ ]
316+ } ,
317+ {
318+ type : 'category' ,
319+ label : 'Central API' ,
320+ link : {
321+ type : 'generated-index'
322+ } ,
323+ items : [
324+ 'operating-scs/components/central-api/overview' ,
325+ 'operating-scs/components/central-api/poc-setup'
326+ ]
327+ } ,
328+ {
329+ type : 'category' ,
330+ label : 'Automated Pentesting' ,
167331 link : {
168332 type : 'generated-index'
169333 } ,
170334 items : [
171- 'operating-scs/components/status-page/docs/overview' ,
172- 'operating-scs/components/status-page/docs/component_overview' ,
173- 'operating-scs/components/status-page/docs/components' ,
174- 'operating-scs/components/status-page/docs/levels_of_consensus'
335+ 'operating-scs/components/automated-pentesting/overview' ,
336+ 'operating-scs/components/automated-pentesting/tools'
175337 ]
176338 }
177339 ]
178340 } ,
341+ {
342+ type : 'category' ,
343+ label : 'Guides' ,
344+ link : {
345+ type : 'generated-index'
346+ } ,
347+ items : [
348+ 'operating-scs/guides/openstack-health-monitor/Debian12-Install'
349+ ]
350+ } ,
179351 {
180352 type : 'category' ,
181353 label : 'Metering' ,
@@ -194,6 +366,17 @@ const sidebarsDocs = {
194366 id : 'iam/index'
195367 } ,
196368 items : [
369+ {
370+ type : 'category' ,
371+ label : 'Guides' ,
372+ link : {
373+ type : 'generated-index'
374+ } ,
375+ items : [
376+ 'iam/domain-manager-setup-and-usage' ,
377+ 'iam/SCS-example-setup-configuration-description'
378+ ]
379+ } ,
197380 'iam/intra-SCS-federation-setup-description-for-osism-doc-operations'
198381 ]
199382 } ,
@@ -209,9 +392,20 @@ const sidebarsDocs = {
209392 'releases/Release2' ,
210393 'releases/Release3' ,
211394 'releases/Release4' ,
212- 'releases/Release5'
395+ 'releases/Release5' ,
396+ 'releases/Release6'
213397 ]
214398 } ,
399+ // {
400+ // type: 'category',
401+ // label: 'Standards',
402+ // link: {
403+ // type: 'generated-index'
404+ // },
405+ // items: [
406+ // 'standards/index'
407+ // ]
408+ // },
215409 {
216410 type : 'doc' ,
217411 id : 'faq/index' ,
0 commit comments