Skip to content

Commit 3e0eba2

Browse files
authored
add turnkey solution (#245)
Signed-off-by: Max Wolfs <[email protected]>
1 parent 64e2a1b commit 3e0eba2

File tree

3 files changed

+15
-72
lines changed

3 files changed

+15
-72
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/docs/04-operating-scs/components
1515
/docs/04-operating-scs/01-guides
1616
/docs/06-releases
17+
/docs/turnkey-solution
1718
/standards/*.md
1819
/standards/*/*.md
1920
/standards/*/*.mdx

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,11 @@
129129
"source": ["docs/*"],
130130
"target": "docs/03-container/components/cluster-stacks/components",
131131
"label": "cluster-stack-operator"
132+
},
133+
{
134+
"repo": "SovereignCloudStack/hardware-landscape",
135+
"source": ["documentation/overview.md"],
136+
"target": "docs/turnkey-solution",
137+
"label": ""
132138
}
133139
]

sidebarsDocs.js

Lines changed: 8 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@
44
const 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

Comments
 (0)