44const sidebarsDocs = {
55 docs : [
66 'index' ,
7- {
8- type : 'category' ,
9- label : 'Getting Started' ,
10- link : {
11- type : 'generated-index'
12- } ,
13- items : [
14- // 'getting-started/overview',
15- // 'getting-started/virtualization',
16- // 'getting-started/containerization'
17- ]
18- } ,
197 {
208 type : 'category' ,
219 label : 'IaaS Layer' ,
@@ -419,56 +407,6 @@ const sidebarsDocs = {
419407 'operating-scs/guides/openstack-health-monitor/Debian12-Install'
420408 ]
421409 } ,
422- // {
423- // type: 'category',
424- // label: 'Monitoring',
425- // link: {
426- // type: 'generated-index'
427- // },
428- // items: [
429- // 'operating-scs/monitoring/index'
430- // ]
431- // },
432- // {
433- // type: 'category',
434- // label: 'Incident Management',
435- // link: {
436- // type: 'generated-index'
437- // },
438- // items: [
439- // 'operating-scs/incident-management/index'
440- // ]
441- // },
442- // {
443- // type: 'category',
444- // label: 'Audits',
445- // link: {
446- // type: 'generated-index'
447- // },
448- // items: [
449- // 'operating-scs/audits/index'
450- // ]
451- // },
452- // {
453- // type: 'category',
454- // label: 'Lifecycle Management',
455- // link: {
456- // type: 'generated-index'
457- // },
458- // items: [
459- // 'operating-scs/lifecycle-management/index'
460- // ]
461- // },
462- // {
463- // type: 'category',
464- // label: 'Logging',
465- // link: {
466- // type: 'generated-index'
467- // },
468- // items: [
469- // 'operating-scs/logging/index'
470- // ]
471- // },
472410 {
473411 type : 'category' ,
474412 label : 'Metering' ,
@@ -501,6 +439,14 @@ const sidebarsDocs = {
501439 'iam/intra-SCS-federation-setup-description-for-osism-doc-operations'
502440 ]
503441 } ,
442+ {
443+ type : 'category' ,
444+ label : 'Turnkey Solution' ,
445+ link : {
446+ type : 'generated-index'
447+ } ,
448+ items : [ 'turnkey-solution/overview' ]
449+ } ,
504450 {
505451 type : 'category' ,
506452 label : 'Releases' ,
@@ -517,16 +463,6 @@ const sidebarsDocs = {
517463 'releases/Release6'
518464 ]
519465 } ,
520- // {
521- // type: 'category',
522- // label: 'Standards',
523- // link: {
524- // type: 'generated-index'
525- // },
526- // items: [
527- // 'standards/index'
528- // ]
529- // },
530466 {
531467 type : 'doc' ,
532468 id : 'faq/index' ,
0 commit comments