From ab93192e39e100b642aed9754adac12f590fd581 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Mon, 16 Nov 2020 12:10:32 -0600 Subject: 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 Change-Id: Ia5085c1b72c162016ed4da037a15f5f53c744742 --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/.vuepress/config.js') 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", ] -- cgit v1.2.3