diff --git a/.gitignore b/.gitignore index 3be2615259..1a579d47f2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ /docs/04-operating-scs/components /docs/04-operating-scs/01-guides /docs/06-releases +/docs/turnkey-solution /standards/*.md /standards/*/*.md /standards/*/*.mdx diff --git a/docs.package.json b/docs.package.json index 4c66213ff0..24a89f08cc 100644 --- a/docs.package.json +++ b/docs.package.json @@ -129,5 +129,11 @@ "source": ["docs/*"], "target": "docs/03-container/components/cluster-stacks/components", "label": "cluster-stack-operator" + }, + { + "repo": "SovereignCloudStack/hardware-landscape", + "source": ["documentation/overview.md"], + "target": "docs/turnkey-solution", + "label": "" } ] diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 779a5763a9..5c5df32b4d 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -4,18 +4,6 @@ const sidebarsDocs = { docs: [ 'index', - { - type: 'category', - label: 'Getting Started', - link: { - type: 'generated-index' - }, - items: [ - // 'getting-started/overview', - // 'getting-started/virtualization', - // 'getting-started/containerization' - ] - }, { type: 'category', label: 'IaaS Layer', @@ -419,56 +407,6 @@ const sidebarsDocs = { 'operating-scs/guides/openstack-health-monitor/Debian12-Install' ] }, - // { - // type: 'category', - // label: 'Monitoring', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/monitoring/index' - // ] - // }, - // { - // type: 'category', - // label: 'Incident Management', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/incident-management/index' - // ] - // }, - // { - // type: 'category', - // label: 'Audits', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/audits/index' - // ] - // }, - // { - // type: 'category', - // label: 'Lifecycle Management', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/lifecycle-management/index' - // ] - // }, - // { - // type: 'category', - // label: 'Logging', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'operating-scs/logging/index' - // ] - // }, { type: 'category', label: 'Metering', @@ -501,6 +439,14 @@ const sidebarsDocs = { 'iam/intra-SCS-federation-setup-description-for-osism-doc-operations' ] }, + { + type: 'category', + label: 'Turnkey Solution', + link: { + type: 'generated-index' + }, + items: ['turnkey-solution/overview'] + }, { type: 'category', label: 'Releases', @@ -517,16 +463,6 @@ const sidebarsDocs = { 'releases/Release6' ] }, - // { - // type: 'category', - // label: 'Standards', - // link: { - // type: 'generated-index' - // }, - // items: [ - // 'standards/index' - // ] - // }, { type: 'doc', id: 'faq/index',