summaryrefslogtreecommitdiff
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-11-16 21:10:32 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-16 21:10:32 +0300
commitab93192e39e100b642aed9754adac12f590fd581 (patch)
tree7e4c5396df1fc1e44d166c1fd3aaaa987780ff08 /docs/.vuepress/config.js
parente6e924527fb58de46ef70fb016d120f2eefbb01b (diff)
downloadwebui-vue-ab93192e39e100b642aed9754adac12f590fd581.tar.xz
Fix docs button alignment and image path
- Create directory in order to use relative path for images and better organize content Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ia5085c1b72c162016ed4da037a15f5f53c744742
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index e4dd2004..3c05469d 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -47,7 +47,7 @@ module.exports = {
children: [
"/guide/components/",
"/guide/components/alert",
- "/guide/components/button",
+ "/guide/components/buttons/",
"/guide/components/table",
"/guide/components/toast",
]