We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e6648 commit 7bc1b68Copy full SHA for 7bc1b68
sidebars.js
@@ -19,13 +19,6 @@ module.exports = {
19
},
20
]
21
22
- {
23
- type: 'category',
24
- label: 'Explore',
25
- items: [
26
- 'explore/index-explore',
27
- ]
28
- },
29
{
30
type: 'category',
31
label: 'Develop',
@@ -35,6 +28,13 @@ module.exports = {
35
'develop/node/index-node',
36
'develop/golang/index-golang',
37
38
- }
+ },
32
+ {
33
+ type: 'category',
34
+ label: 'Explore',
+ items: [
+ 'explore/index-explore',
+ ]
39
40
};
0 commit comments