summaryrefslogtreecommitdiff
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-10-26 16:59:51 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-02 18:46:58 +0300
commit26c8fae0398b4cfe1312f7812b7f1109fb8f1f51 (patch)
tree5992d8f3d70596bd5595e1248008a3acd6d9bfd5 /docs/.vuepress
parent82a346b00e808deade97023b7e1c3c6110cf0bab (diff)
downloadwebui-vue-26c8fae0398b4cfe1312f7812b7f1109fb8f1f51.tar.xz
Add page anatomy quick start to documentation
The page anatomy quick start is intended to give developers a quick reference for building out new pages. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Idfed9e62822283c971e228a8a8a186ae05e485ae
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"]