Skip to content

Commit 6db9a47

Browse files
committed
Add OSISM concepts to SCS docs.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 2d43bed commit 6db9a47

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"target": "standards",
1818
"label": ""
1919
},
20+
{
21+
"repo": "osism/osism.github.io",
22+
"source": "docs/concepts",
23+
"target": "docs/02-iaas/",
24+
"label": ""
25+
},
2026
{
2127
"repo": "osism/osism.github.io",
2228
"source": "docs/guides",

sidebarsDocs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const sidebarsDocs = {
1515
type: 'category',
1616
label: 'Guides',
1717
items: [
18+
{
19+
type: 'autogenerated',
20+
dirName: '02-iaas/concepts'
21+
},
1822
{
1923
type: 'autogenerated',
2024
dirName: '02-iaas/guides'

0 commit comments

Comments
 (0)