From 05ebb1cbc35228f6af6bccb333bf43131cd06092 Mon Sep 17 00:00:00 2001 From: Kurt Garloff Date: Mon, 10 Feb 2025 10:09:16 +0100 Subject: [PATCH] Chore: Use autogenerated index rather than manual one. 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 --- sidebarsDocs.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/sidebarsDocs.js b/sidebarsDocs.js index 2edb6ed8ca..190a1f85dd 100644 --- a/sidebarsDocs.js +++ b/sidebarsDocs.js @@ -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 } ] }