summaryrefslogtreecommitdiff
path: root/docs/.vuepress
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 987a846c..61ac0a85 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -50,6 +50,12 @@ module.exports = {
"/guide/components/button",
"/guide/components/toast",
]
+ },
+ {
+ title: "Quick Start",
+ children: [
+ "/guide/quickstart/page-anatomy"
+ ]
}
],
"/themes/": ["", "customize", "env"]