Skip to content

Commit 64ae470

Browse files
authored
Chore: Use autogenerated index rather than manual one. (#297)
This is a simplification, also avoiding the need to manually add future docs in the IaaS deployment examples. It also addresses the missing sidebar link to deploying CiaB in a VM (#296). Signed-off-by: Kurt Garloff <[email protected]>
1 parent 04d7273 commit 64ae470

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

sidebarsDocs.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,8 @@ const sidebarsDocs = {
5757
},
5858
items: [
5959
{
60-
type: 'doc',
61-
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'
60+
type: 'autogenerated',
61+
dirName: '02-iaas/deployment-examples' // '.' means the current docs folder
7062
}
7163
]
7264
}

0 commit comments

Comments
 (0)