diff --git a/docs.package.json b/docs.package.json index 31c01bdbc5..fc39c7dc10 100644 --- a/docs.package.json +++ b/docs.package.json @@ -29,6 +29,18 @@ "target": "docs/02-iaas/", "label": "" }, + { + "repo": "osism/osism.github.io", + "source": "docs/cloud-in-a-box", + "target": "docs/02-iaas/deployment-examples", + "label": "" + }, + { + "repo": "osism/osism.github.io", + "source": "docs/testbed.mdx", + "target": "docs/02-iaas/deployment-examples", + "label": "" + }, { "repo": "SovereignCloudStack/k8s-harbor", "source": "docs", diff --git a/package-lock.json b/package-lock.json index a315345d73..fd521a67d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,6 @@ "markdownlint-cli2": "^0.7.1", "markdownlint-rule-search-replace": "^1.0.9", "node-fetch": "^2.7.0", - "prettier": "^2.8.4", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/package.json b/package.json index a11fba052b..507d0ad5d5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "markdownlint-cli2": "^0.7.1", "markdownlint-rule-search-replace": "^1.0.9", "node-fetch": "^2.7.0", - "prettier": "^2.8.4", "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 8b78bf94bb..2edb6ed8ca 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -59,6 +59,14 @@ const sidebarsDocs = { { type: 'doc', id: 'iaas/deployment-examples/artcodix/index' + }, + { + type: 'doc', + id: 'iaas/deployment-examples/testbed' + }, + { + type: 'doc', + id: 'iaas/deployment-examples/cloud-in-a-box/index' } ] }