Skip to content

Commit 15e4107

Browse files
authored
Fix/readd ciab and testbed (#291)
* Include CiaB and testbed docs again. They moved, see issue #287. * Need prettier. * It's not a subdirectory but testbed.mdx * Add CiaB and Testbed to IaaS Deployments Examples sidebar. * Need to link index Signed-off-by: Kurt Garloff <[email protected]>
1 parent 2fcb36d commit 15e4107

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

docs.package.json

+12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
"target": "docs/02-iaas/",
3030
"label": ""
3131
},
32+
{
33+
"repo": "osism/osism.github.io",
34+
"source": "docs/cloud-in-a-box",
35+
"target": "docs/02-iaas/deployment-examples",
36+
"label": ""
37+
},
38+
{
39+
"repo": "osism/osism.github.io",
40+
"source": "docs/testbed.mdx",
41+
"target": "docs/02-iaas/deployment-examples",
42+
"label": ""
43+
},
3244
{
3345
"repo": "SovereignCloudStack/k8s-harbor",
3446
"source": "docs",

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"markdownlint-cli2": "^0.7.1",
5656
"markdownlint-rule-search-replace": "^1.0.9",
5757
"node-fetch": "^2.7.0",
58-
"prettier": "^2.8.4",
5958
"prism-react-renderer": "^2.3.1",
6059
"react": "^18.3.1",
6160
"react-dom": "^18.3.1",

sidebarsDocs.js

+8
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ const sidebarsDocs = {
5959
{
6060
type: 'doc',
6161
id: 'iaas/deployment-examples/artcodix/index'
62+
},
63+
{
64+
type: 'doc',
65+
id: 'iaas/deployment-examples/testbed'
66+
},
67+
{
68+
type: 'doc',
69+
id: 'iaas/deployment-examples/cloud-in-a-box/index'
6270
}
6371
]
6472
}

0 commit comments

Comments
 (0)