Skip to content

Commit 052a8ba

Browse files
Reorder menu links
1 parent 640e774 commit 052a8ba

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)