Skip to content

Commit

Permalink
Chore: Use autogenerated index rather than manual one.
Browse files Browse the repository at this point in the history
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 <kurt@garloff.de>
  • Loading branch information
garloff committed Feb 10, 2025
1 parent 04d7273 commit 05ebb1c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions sidebarsDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,8 @@ const sidebarsDocs = {
},
items: [
{
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'
type: 'autogenerated',
dirName: '02-iaas/deployment-examples' // '.' means the current docs folder
}
]
}
Expand Down

0 comments on commit 05ebb1c

Please sign in to comment.