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' ,
@@ -312,6 +300,20 @@ const sidebarsDocs = {
312300 'operating-scs/components/status-page-deployment/docs/admin-authentication' ,
313301 'operating-scs/components/status-page-deployment/docs/faq'
314302 ]
303+ } ,
304+ {
305+ type : 'category' ,
306+ label : 'Web' ,
307+ link : {
308+ type : 'generated-index'
309+ } ,
310+ items : [
311+ 'operating-scs/components/status-page-web/docs/overview' ,
312+ 'operating-scs/components/status-page-web/docs/requirements' ,
313+ 'operating-scs/components/status-page-web/docs/quickstart' ,
314+ 'operating-scs/components/status-page-web/docs/configuration' ,
315+ 'operating-scs/components/status-page-web/docs/contribute'
316+ ]
315317 }
316318 ]
317319 } ,
@@ -367,9 +369,30 @@ const sidebarsDocs = {
367369 type : 'generated-index'
368370 } ,
369371 items : [
370- 'operating-scs/components/automated-pentesting/overview' ,
371- 'operating-scs/components/automated-pentesting/quickstart' ,
372- 'operating-scs/components/automated-pentesting/tools'
372+ {
373+ type : 'category' ,
374+ label : 'Pentesting IaaS' ,
375+ link : {
376+ type : 'generated-index'
377+ } ,
378+ items : [
379+ 'operating-scs/components/automated-pentesting-iaas/overview' ,
380+ 'operating-scs/components/automated-pentesting-iaas/quickstart' ,
381+ 'operating-scs/components/automated-pentesting-iaas/tools'
382+ ]
383+ } ,
384+ {
385+ type : 'category' ,
386+ label : 'Pentesting KaaS' ,
387+ link : {
388+ type : 'generated-index'
389+ } ,
390+ items : [
391+ 'operating-scs/components/automated-pentesting-kaas/overview' ,
392+ 'operating-scs/components/automated-pentesting-kaas/quickstart' ,
393+ 'operating-scs/components/automated-pentesting-kaas/tools'
394+ ]
395+ }
373396 ]
374397 }
375398 ]
@@ -384,56 +407,6 @@ const sidebarsDocs = {
384407 'operating-scs/guides/openstack-health-monitor/Debian12-Install'
385408 ]
386409 } ,
387- // {
388- // type: 'category',
389- // label: 'Monitoring',
390- // link: {
391- // type: 'generated-index'
392- // },
393- // items: [
394- // 'operating-scs/monitoring/index'
395- // ]
396- // },
397- // {
398- // type: 'category',
399- // label: 'Incident Management',
400- // link: {
401- // type: 'generated-index'
402- // },
403- // items: [
404- // 'operating-scs/incident-management/index'
405- // ]
406- // },
407- // {
408- // type: 'category',
409- // label: 'Audits',
410- // link: {
411- // type: 'generated-index'
412- // },
413- // items: [
414- // 'operating-scs/audits/index'
415- // ]
416- // },
417- // {
418- // type: 'category',
419- // label: 'Lifecycle Management',
420- // link: {
421- // type: 'generated-index'
422- // },
423- // items: [
424- // 'operating-scs/lifecycle-management/index'
425- // ]
426- // },
427- // {
428- // type: 'category',
429- // label: 'Logging',
430- // link: {
431- // type: 'generated-index'
432- // },
433- // items: [
434- // 'operating-scs/logging/index'
435- // ]
436- // },
437410 {
438411 type : 'category' ,
439412 label : 'Metering' ,
@@ -466,6 +439,14 @@ const sidebarsDocs = {
466439 'iam/intra-SCS-federation-setup-description-for-osism-doc-operations'
467440 ]
468441 } ,
442+ {
443+ type : 'category' ,
444+ label : 'Turnkey Solution' ,
445+ link : {
446+ type : 'generated-index'
447+ } ,
448+ items : [ 'turnkey-solution/overview' ]
449+ } ,
469450 {
470451 type : 'category' ,
471452 label : 'Releases' ,
@@ -479,19 +460,10 @@ const sidebarsDocs = {
479460 'releases/Release3' ,
480461 'releases/Release4' ,
481462 'releases/Release5' ,
482- 'releases/Release6'
463+ 'releases/Release6' ,
464+ 'releases/Release7'
483465 ]
484466 } ,
485- // {
486- // type: 'category',
487- // label: 'Standards',
488- // link: {
489- // type: 'generated-index'
490- // },
491- // items: [
492- // 'standards/index'
493- // ]
494- // },
495467 {
496468 type : 'doc' ,
497469 id : 'faq/index' ,
0 commit comments