From e080ba7aed41b2baecb16e1a05c8f37963c396f5 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 12 Nov 2020 14:06:54 -0800 Subject: 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 Change-Id: I896ed5babc596306c082ca6e79aa3c0948a61227 --- docs/.vuepress/config.js | 2 +- docs/.vuepress/public/table-empty.png | Bin 23143 -> 0 bytes docs/.vuepress/public/table-expand-row.png | Bin 140722 -> 0 bytes docs/.vuepress/public/table-sort.png | Bin 94267 -> 0 bytes docs/.vuepress/public/table.png | Bin 36144 -> 0 bytes 5 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 docs/.vuepress/public/table-empty.png delete mode 100644 docs/.vuepress/public/table-expand-row.png delete mode 100644 docs/.vuepress/public/table-sort.png delete mode 100644 docs/.vuepress/public/table.png (limited to 'docs/.vuepress') 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 Binary files a/docs/.vuepress/public/table-empty.png and /dev/null 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 Binary files a/docs/.vuepress/public/table-expand-row.png and /dev/null differ diff --git a/docs/.vuepress/public/table-sort.png b/docs/.vuepress/public/table-sort.png deleted file mode 100644 index af6d831e..00000000 Binary files a/docs/.vuepress/public/table-sort.png and /dev/null differ diff --git a/docs/.vuepress/public/table.png b/docs/.vuepress/public/table.png deleted file mode 100644 index 0160013e..00000000 Binary files a/docs/.vuepress/public/table.png and /dev/null differ -- cgit v1.2.3