summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-10-26 17:32:53 +0300
committerDixsie Wolmers <dixsie@ibm.com>2020-10-26 17:32:53 +0300
commit459c1edb1fe996f1d73545501897a2e8c67fded9 (patch)
tree0fd881a110d6da66a0ac631fb801e0163ff96e04 /docs
parentf364d0ee882be6ac0d4929f4592a716ff1d2efda (diff)
downloadwebui-vue-459c1edb1fe996f1d73545501897a2e8c67fded9.tar.xz
Remove blank overview pages in documentation
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I6238767b89eda7e0aaebe73faa2ca3e0a61ebf5e
Diffstat (limited to 'docs')
-rw-r--r--docs/.vuepress/config.js2
-rw-r--r--docs/guide/coding-standards/readme.md1
-rw-r--r--docs/guide/guidelines/readme.md1
3 files changed, 0 insertions, 4 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 90436067..e2e413da 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -28,7 +28,6 @@ module.exports = {
{
title: "Coding Standards",
children: [
- "/guide/coding-standards/",
["/guide/coding-standards/accessibility", "Accessibility"],
["/guide/coding-standards/sass", "SASS"],
["/guide/coding-standards/javascript", "JavaScript"]
@@ -37,7 +36,6 @@ module.exports = {
{
title: "Guidelines",
children: [
- "/guide/guidelines/",
"/guide/guidelines/colors",
"/guide/guidelines/motion",
"/guide/guidelines/typography"
diff --git a/docs/guide/coding-standards/readme.md b/docs/guide/coding-standards/readme.md
deleted file mode 100644
index 4bba659e..00000000
--- a/docs/guide/coding-standards/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# Overview \ No newline at end of file
diff --git a/docs/guide/guidelines/readme.md b/docs/guide/guidelines/readme.md
deleted file mode 100644
index 4bba659e..00000000
--- a/docs/guide/guidelines/readme.md
+++ /dev/null
@@ -1 +0,0 @@
-# Overview \ No newline at end of file