From f2090203f0d90ecea50cad82fd02e4d6c1017249 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Sun, 5 Jul 2026 18:23:29 +0200 Subject: [PATCH 1/4] Add OSISM concepts to SCS docs. Signed-off-by: Kurt Garloff --- docs.package.json | 6 ++++++ sidebarsDocs.js | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs.package.json b/docs.package.json index 4e5b905df9..44403a39e2 100644 --- a/docs.package.json +++ b/docs.package.json @@ -17,6 +17,12 @@ "target": "standards", "label": "" }, + { + "repo": "osism/osism.github.io", + "source": "docs/concepts", + "target": "docs/02-iaas/", + "label": "" + }, { "repo": "osism/osism.github.io", "source": "docs/guides", diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 28855cf806..995a805c63 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -15,6 +15,10 @@ const sidebarsDocs = { type: 'category', label: 'Guides', items: [ + { + type: 'autogenerated', + dirName: '02-iaas/concepts' + }, { type: 'autogenerated', dirName: '02-iaas/guides' From b604ab68aa5f6e449236d191a0ff37992056be76 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Sun, 5 Jul 2026 19:02:13 +0200 Subject: [PATCH 2/4] Concepts should be a category of its own. Signed-off-by: Kurt Garloff --- sidebarsDocs.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 995a805c63..31375fa8a8 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -11,14 +11,18 @@ const sidebarsDocs = { type: 'generated-index' }, items: [ - { + { type: 'category', - label: 'Guides', + label: 'Concepts', items: [ { type: 'autogenerated', dirName: '02-iaas/concepts' - }, + } + }, + { + type: 'category', + label: 'Guides', { type: 'autogenerated', dirName: '02-iaas/guides' From 4c3e09890304b8f0eb5d2d418c01451260ec1258 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Sun, 5 Jul 2026 19:07:23 +0200 Subject: [PATCH 3/4] Fix syntax for Guides items. Signed-off-by: Kurt Garloff --- sidebarsDocs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 31375fa8a8..dc667cca9c 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -23,6 +23,7 @@ const sidebarsDocs = { { type: 'category', label: 'Guides', + items: [ { type: 'autogenerated', dirName: '02-iaas/guides' From b3cb43468d183ea301c4cc0c0f4db04230a63a36 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Sun, 5 Jul 2026 20:28:07 +0200 Subject: [PATCH 4/4] Another syntax fix Signed-off-by: Kurt Garloff --- sidebarsDocs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebarsDocs.js b/sidebarsDocs.js index dc667cca9c..f0beea37ec 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -19,6 +19,7 @@ const sidebarsDocs = { type: 'autogenerated', dirName: '02-iaas/concepts' } + ] }, { type: 'category',