Skip to content

Commit 8d94d11

Browse files
committed
Concepts should be a category of its own.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 18bcf72 commit 8d94d11

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

sidebarsDocs.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,18 @@ const sidebarsDocs = {
1111
type: 'generated-index'
1212
},
1313
items: [
14-
{
14+
{
1515
type: 'category',
16-
label: 'Guides',
16+
label: 'Concepts',
1717
items: [
1818
{
1919
type: 'autogenerated',
2020
dirName: '02-iaas/concepts'
21-
},
21+
}
22+
},
23+
{
24+
type: 'category',
25+
label: 'Guides',
2226
{
2327
type: 'autogenerated',
2428
dirName: '02-iaas/guides'

0 commit comments

Comments
 (0)