Skip to content

Commit 9ccdbb9

Browse files
Merge pull request #165 from TheDragonCode/6.x
Reorder menu links
2 parents 82f2458 + 052a8ba commit 9ccdbb9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/.vuepress/config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,13 @@ export default defineUserConfig({
114114

115115
{
116116
text: 'How To Use',
117-
children: getChildren('how-to-use')
117+
children: [
118+
'/how-to-use/running.md',
119+
'/how-to-use/creating.md',
120+
'/how-to-use/status.md',
121+
'/how-to-use/rollback.md',
122+
'/how-to-use/customize-stub.md',
123+
]
118124
},
119125

120126
{

0 commit comments

Comments
 (0)