Skip to content

Commit 563dbe6

Browse files
committed
update docs
1 parent 0ee5fcf commit 563dbe6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/.vuepress/config.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ module.exports = {
1010
sidebar: {
1111
'/guide/': [
1212
{
13-
title: 'Guide',
13+
title: 'Getting Started',
1414
collapsable: false,
1515
children: [
16-
'',
1716
'installation',
18-
'usage',
19-
'context'
17+
''
18+
]
19+
},
20+
{
21+
title: 'Advanced',
22+
collapsable: false,
23+
children: [
24+
'configurations',
25+
'context',
26+
'middlewares'
2027
]
2128
}
2229
],

0 commit comments

Comments
 (0)