Skip to content

Commit

Permalink
add turnkey solution (#245)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs authored Sep 11, 2024
1 parent 64e2a1b commit 3e0eba2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 72 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
80 changes: 8 additions & 72 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -517,16 +463,6 @@ const sidebarsDocs = {
'releases/Release6'
]
},
// {
// type: 'category',
// label: 'Standards',
// link: {
// type: 'generated-index'
// },
// items: [
// 'standards/index'
// ]
// },
{
type: 'doc',
id: 'faq/index',
Expand Down

0 comments on commit 3e0eba2

Please sign in to comment.