summaryrefslogtreecommitdiff
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-11-13 01:06:54 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-28 18:48:18 +0300
commite080ba7aed41b2baecb16e1a05c8f37963c396f5 (patch)
tree665719d248e7ec9985cb160545b41264386f3688 /docs/.vuepress
parente9116ebe409d7b1e49b8a31a292a55735a13638a (diff)
downloadwebui-vue-e080ba7aed41b2baecb16e1a05c8f37963c396f5.tar.xz
Add documentation for table search
Create table directory to organize related images in the same directory and add updates to image path that will fix incorrect path in final build. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I896ed5babc596306c082ca6e79aa3c0948a61227
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js2
-rw-r--r--docs/.vuepress/public/table-empty.pngbin23143 -> 0 bytes
-rw-r--r--docs/.vuepress/public/table-expand-row.pngbin140722 -> 0 bytes
-rw-r--r--docs/.vuepress/public/table-sort.pngbin94267 -> 0 bytes
-rw-r--r--docs/.vuepress/public/table.pngbin36144 -> 0 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index fffc2590..1cf949b1 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -49,7 +49,7 @@ module.exports = {
"/guide/components/",
"/guide/components/alert",
"/guide/components/buttons/",
- "/guide/components/table",
+ "/guide/components/table/",
"/guide/components/toast",
]
},
diff --git a/docs/.vuepress/public/table-empty.png b/docs/.vuepress/public/table-empty.png
deleted file mode 100644
index 90ecfc14..00000000
--- a/docs/.vuepress/public/table-empty.png
+++ /dev/null
Binary files differ
diff --git a/docs/.vuepress/public/table-expand-row.png b/docs/.vuepress/public/table-expand-row.png
deleted file mode 100644
index b8ee9c96..00000000
--- a/docs/.vuepress/public/table-expand-row.png
+++ /dev/null
Binary files differ
diff --git a/docs/.vuepress/public/table-sort.png b/docs/.vuepress/public/table-sort.png
deleted file mode 100644
index af6d831e..00000000
--- a/docs/.vuepress/public/table-sort.png
+++ /dev/null
Binary files differ
diff --git a/docs/.vuepress/public/table.png b/docs/.vuepress/public/table.png
deleted file mode 100644
index 0160013e..00000000
--- a/docs/.vuepress/public/table.png
+++ /dev/null
Binary files differ