From 459c1edb1fe996f1d73545501897a2e8c67fded9 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 26 Oct 2020 09:32:53 -0500 Subject: Remove blank overview pages in documentation Signed-off-by: Dixsie Wolmers Change-Id: I6238767b89eda7e0aaebe73faa2ca3e0a61ebf5e --- docs/.vuepress/config.js | 2 -- docs/guide/coding-standards/readme.md | 1 - docs/guide/guidelines/readme.md | 1 - 3 files changed, 4 deletions(-) delete mode 100644 docs/guide/coding-standards/readme.md delete mode 100644 docs/guide/guidelines/readme.md (limited to 'docs') 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 -- cgit v1.2.3