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 0ee5fcf commit 563dbe6Copy full SHA for 563dbe6
docs/.vuepress/config.js
@@ -10,13 +10,20 @@ module.exports = {
10
sidebar: {
11
'/guide/': [
12
{
13
- title: 'Guide',
+ title: 'Getting Started',
14
collapsable: false,
15
children: [
16
- '',
17
'installation',
18
- 'usage',
19
- 'context'
+ ''
+ ]
+ },
20
+ {
21
+ title: 'Advanced',
22
+ collapsable: false,
23
+ children: [
24
+ 'configurations',
25
+ 'context',
26
+ 'middlewares'
27
]
28
}
29
],
0 commit comments