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.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e86a9d25..45e5088a 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -47,13 +47,14 @@ module.exports = {
title: "Components",
children: [
"/guide/components/",
- "/guide/components/alert",
+ "/guide/components/alerts/",
"/guide/components/buttons/",
- "/guide/components/page",
+ "/guide/components/info-tooltip/",
+ "/guide/components/page-section/",
+ "/guide/components/page-title/",
"/guide/components/status-icon/",
"/guide/components/table/",
- "/guide/components/toast",
- "/guide/components/tooltip"
+ "/guide/components/toasts/"
]
},
{