Skip to content

Commit 382338b

Browse files
authored
add status-page-web docs (#241)
Signed-off-by: Joshua Irmer <[email protected]>
1 parent f5fe491 commit 382338b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
"target": "docs/04-operating-scs/components",
6060
"label": "status-page-deployment"
6161
},
62+
{
63+
"repo": "SovereignCloudStack/status-page-web",
64+
"source": "docs",
65+
"target": "docs/04-operating-scs/components",
66+
"label": "status-page-web"
67+
},
6268
{
6369
"repo": "SovereignCloudStack/k8s-observability",
6470
"source": "docs",

sidebarsDocs.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,20 @@ const sidebarsDocs = {
312312
'operating-scs/components/status-page-deployment/docs/admin-authentication',
313313
'operating-scs/components/status-page-deployment/docs/faq'
314314
]
315+
},
316+
{
317+
type: 'category',
318+
label: 'Web',
319+
link: {
320+
type: 'generated-index'
321+
},
322+
items: [
323+
'operating-scs/components/status-page-web/docs/overview',
324+
'operating-scs/components/status-page-web/docs/requirements',
325+
'operating-scs/components/status-page-web/docs/quickstart',
326+
'operating-scs/components/status-page-web/docs/configuration',
327+
'operating-scs/components/status-page-web/docs/contribute'
328+
]
315329
}
316330
]
317331
},

0 commit comments

Comments
 (0)