summaryrefslogtreecommitdiff
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-11-16 06:45:03 +0300
committerDerick Montague <derick.montague@ibm.com>2020-12-02 04:10:17 +0300
commite2707ef0ca20b669aca7ac06274591bd795719a9 (patch)
tree4fca8f8a0fdd9c34e4b45ed20a240cd9b3b21463 /docs/.vuepress
parent432134d451eaceea4daa8b60686271d14a89c466 (diff)
downloadwebui-vue-e2707ef0ca20b669aca7ac06274591bd795719a9.tar.xz
Add page components documentation
Components include: b-container, page-title, and page-section. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I5933767d44504dbfb87c2772d140de4d0607d4ab
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 7f286200..9f052773 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -49,6 +49,7 @@ module.exports = {
"/guide/components/",
"/guide/components/alert",
"/guide/components/buttons/",
+ "/guide/components/page",
"/guide/components/status-icon/",
"/guide/components/table/",
"/guide/components/toast",