Skip to content

Commit bfad243

Browse files
committed
Looks like we need to link the .../index as id.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 1e0b314 commit bfad243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sidebarsDocs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ const sidebarsDocs = {
6262
},
6363
{
6464
type: 'doc',
65-
id: 'iaas/deployment-examples/testbed/'
65+
id: 'iaas/deployment-examples/testbed/index'
6666
},
6767
{
6868
type: 'doc',
69-
id: 'iaas/deployment-examples/cloud-in-a-box/'
69+
id: 'iaas/deployment-examples/cloud-in-a-box/index'
7070
}
7171
]
7272
}

0 commit comments

Comments
 (0)