Skip to content

Commit ec35488

Browse files
committed
Add CiaB VM deployment hints into sidebar.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 04d7273 commit ec35488

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

sidebarsDocs.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,18 @@ const sidebarsDocs = {
6565
id: 'iaas/deployment-examples/testbed'
6666
},
6767
{
68-
type: 'doc',
69-
id: 'iaas/deployment-examples/cloud-in-a-box/index'
68+
type: 'category',
69+
label: 'Cloud-in-a-Box',
70+
link: {
71+
type: 'doc',
72+
id: 'iaas/deployment-examples/cloud-in-a-box/index'
73+
},
74+
items: [
75+
{
76+
type: 'doc',
77+
id: 'iaas/deployment-exmples/cloud-in-a-box/running-on-a-virtual-machine'
78+
}
79+
]
7080
}
7181
]
7282
}

0 commit comments

Comments
 (0)