summaryrefslogtreecommitdiff
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-12-10 03:37:11 +0300
committerDerick Montague <derick.montague@ibm.com>2020-12-16 02:12:41 +0300
commitf6df801b384118b946bb3b7b3248832ec70cfd0a (patch)
tree0866ee9fcb2dce300631bdf82a041bfb3a54068a /docs/.vuepress
parent34efde291781c01c78e4363d919cdf4d5c90ae43 (diff)
downloadwebui-vue-f6df801b384118b946bb3b7b3248832ec70cfd0a.tar.xz
Update component documentation
The component structure was not consistent. We determined how we wanted to save image examples within the component directory, but not all of the components were updated. The result was that some images were not displaying on the component pages. This patchset resolves that issue, along with removing the page component since it is not an actual component within the application. - Add directory for each component, move example images to the directory, and update the image path - Create a page-title and page-section directory and index.md for each - Move content for page-title and page-section from the page.md file into the index.md within the respective component directory - Delete the page.md from the component directory as it is not a component - Update links to page.md in the page-anatomy.md file. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I1e554adf71abb4c84f423a30d3c3b598f678ade0
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js9
-rw-r--r--docs/.vuepress/public/alert.pngbin45130 -> 0 bytes
-rw-r--r--docs/.vuepress/public/toast.pngbin100290 -> 0 bytes
-rw-r--r--docs/.vuepress/public/tooltip.pngbin4234 -> 0 bytes
4 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/"
]
},
{
diff --git a/docs/.vuepress/public/alert.png b/docs/.vuepress/public/alert.png
deleted file mode 100644
index 7a368f7f..00000000
--- a/docs/.vuepress/public/alert.png
+++ /dev/null
Binary files differ
diff --git a/docs/.vuepress/public/toast.png b/docs/.vuepress/public/toast.png
deleted file mode 100644
index 97f9bc4c..00000000
--- a/docs/.vuepress/public/toast.png
+++ /dev/null
Binary files differ
diff --git a/docs/.vuepress/public/tooltip.png b/docs/.vuepress/public/tooltip.png
deleted file mode 100644
index 7af1b7ae..00000000
--- a/docs/.vuepress/public/tooltip.png
+++ /dev/null
Binary files differ