Skip to content

Commit daf2f1b

Browse files
authored
include SCS Health Monitor .md docs (#223)
* include SCS Health Monitor .md docs Signed-off-by: Dominik Pataky <[email protected]> * fix(scshm): include specific pages only Signed-off-by: Dominik Pataky <[email protected]> * fix(scshm): Remove docs subfolder from sidebar Signed-off-by: Dominik Pataky <[email protected]> --------- Signed-off-by: Dominik Pataky <[email protected]>
1 parent c55a6a2 commit daf2f1b

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
"target": "docs/04-operating-scs/01-guides",
7373
"label": "openstack-health-monitor"
7474
},
75+
{
76+
"repo": "SovereignCloudStack/scs-health-monitor",
77+
"source": ["docs/overview.md", "docs/Workflow.md", "docs/Testflow.md", "docs/ObservabilityStack/SetupObservabilityStack.md"],
78+
"target": "docs/04-operating-scs/components",
79+
"label": "scs-health-monitor"
80+
},
7581
{
7682
"repo": "SovereignCloudStack/central-api",
7783
"source": "docs/*.md",

sidebarsDocs.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,19 @@ const sidebarsDocs = {
301301
'operating-scs/components/monitoring/docs/tuning'
302302
]
303303
},
304+
{
305+
type: 'category',
306+
label: 'SCS Health Monitor',
307+
link: {
308+
type: 'generated-index'
309+
},
310+
items: [
311+
'operating-scs/components/scs-health-monitor/overview',
312+
'operating-scs/components/scs-health-monitor/Workflow',
313+
'operating-scs/components/scs-health-monitor/Testflow',
314+
'operating-scs/components/scs-health-monitor/SetupObservabilityStack'
315+
]
316+
},
304317
{
305318
type: 'category',
306319
label: 'Central API',

static/data/architecturalOverviewData.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"mandatory": "false",
1919
"stable": "true"
2020
},
21+
{
22+
"title": "SCS Health Monitor",
23+
"url": "/docs/operating-scs/components/scs-health-monitor/overview",
24+
"mandatory": "true",
25+
"stable": "true"
26+
},
2127
{
2228
"title": "Central API",
2329
"url": "/docs/operating-scs/components/central-api/overview",

0 commit comments

Comments
 (0)