Skip to content

Commit c5f55b3

Browse files
committed
[update] sidebar structure
1 parent 9d303c9 commit c5f55b3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

sidebars.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
module.exports = {
2-
docs: [{
2+
docs: [
3+
{
4+
type: "doc",
5+
id: "overview",
6+
},
7+
{
38
type: "doc",
49
id: "how_to_start",
510
},
611
{
712
type: "doc",
8-
id: "overview",
13+
id: "whats_new",
914
},
1015
{
1116
type: "category",
@@ -25,10 +30,6 @@ module.exports = {
2530
"api/toolbar_controls",
2631
],
2732
},
28-
{
29-
type: "doc",
30-
id: "whats_new",
31-
},
3233
{
3334
type: "category",
3435
label: "Guides",

0 commit comments

Comments
 (0)