Skip to content

Commit 1841737

Browse files
authored
Add the openstack-flavor-manager docs (#88)
Signed-off-by: Christian Berendt <[email protected]>
1 parent ef6813c commit 1841737

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs.package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"target": "docs/02-iaas/components",
1212
"label": ""
1313
},
14+
{
15+
"repo": "osism/osism.github.io",
16+
"source": "docs/guides/operations-guide/openstack/flavor-manager.md",
17+
"target": "docs/02-iaas/components",
18+
"label": ""
19+
},
1420
{
1521
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
1622
"source": "doc",

sidebarsDocs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ const sidebarsDocs = {
9090
label: "Openstack Image Manager",
9191
id: "iaas/components/image-manager",
9292
},
93+
{
94+
type: "doc",
95+
label: "Openstack Flavor Manager",
96+
id: "iaas/components/flavor-manager",
97+
},
9398
],
9499
},
95100
],

0 commit comments

Comments
 (0)