We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bcf72 commit 8d94d11Copy full SHA for 8d94d11
1 file changed
sidebarsDocs.js
@@ -11,14 +11,18 @@ const sidebarsDocs = {
11
type: 'generated-index'
12
},
13
items: [
14
- {
+ {
15
type: 'category',
16
- label: 'Guides',
+ label: 'Concepts',
17
18
{
19
type: 'autogenerated',
20
dirName: '02-iaas/concepts'
21
- },
+ }
22
+ },
23
24
+ type: 'category',
25
+ label: 'Guides',
26
27
28
dirName: '02-iaas/guides'
0 commit comments