summaryrefslogtreecommitdiff
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 5a8e601f..abcbeb9e 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -42,7 +42,10 @@ module.exports = {
},
{
title: "Components",
- children: ["/guide/components/", "/guide/components/page-section"]
+ children: [
+ "/guide/components/",
+ "/guide/components/alert",
+ ]
}
],
"/themes/": [""]