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 820ad3b commit da8e69cCopy full SHA for da8e69c
docs/.vuepress/config.js
@@ -44,7 +44,6 @@ module.exports = {
44
sidebar: [
45
{
46
text: 'Prologue',
47
- collapsible: true,
48
children: [
49
50
text: 'Upgrade Guide',
@@ -65,7 +64,6 @@ module.exports = {
65
64
66
67
text: 'Getting Started',
68
69
70
71
text: 'Installation',
@@ -76,13 +74,11 @@ module.exports = {
76
74
77
75
78
text: 'How To Use',
79
80
children: getChildren('how-to-use')
81
},
82
83
84
text: 'Helpers',
85
86
children: getChildren('helpers')
87
}
88
]
0 commit comments