Skip to content

Commit 7533ed4

Browse files
authored
Aligned sidebars script with latest version sidebar (#3690)
* Aligned sidebars script with latest version sidebar * Fixed incubator pages in sidebar
1 parent 69ded52 commit 7533ed4

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

docuilib/sidebars.js

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ const componentsCategories = {
2222
form: 'Form',
2323
// dateTime: 'Date & Time',
2424
overlays: 'Overlays',
25-
charts: 'Charts',
26-
incubator: 'Incubator',
27-
infra: 'Infra'
25+
charts: 'Charts'
2826
};
2927

3028
module.exports = {
@@ -74,6 +72,28 @@ module.exports = {
7472
]
7573
};
7674
})
75+
},
76+
{
77+
type: 'category',
78+
label: 'Incubator',
79+
collapsible: false,
80+
items: [
81+
{
82+
type: 'autogenerated',
83+
dirName: `components/incubator`
84+
}
85+
]
86+
},
87+
{
88+
type: 'category',
89+
label: 'Infra',
90+
collapsible: false,
91+
items: [
92+
{
93+
type: 'autogenerated',
94+
dirName: `components/infra`
95+
}
96+
]
7797
}
7898
]
7999
};

0 commit comments

Comments
 (0)