From b115aea1eab526971983369986e2d2a56e17ff15 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Fri, 17 Apr 2020 16:49:15 -0500 Subject: Add themes documentation - Renamed all index.md to readme.md to make consuming the documentation from the Github repo easier. VuePress treats index.md and readme.md the same way when building the static pages. - Added theme section overview documentation - Added how to customize documentation - Added custom style imports to support OpenBMC Web UI component documentation to remove Bootstrap framework base styles that conflict with the Vuepress theme - Found occurrences of the word Sass in upper-case and changed to use sentence case. Signed-off-by: Derick Montague Change-Id: If5588f88a3d75761cc47e85a3fb0a582b31d373c --- docs/guide/coding-standards/index.md | 1 - docs/guide/coding-standards/readme.md | 1 + docs/guide/coding-standards/sass.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 docs/guide/coding-standards/index.md create mode 100644 docs/guide/coding-standards/readme.md (limited to 'docs/guide/coding-standards') diff --git a/docs/guide/coding-standards/index.md b/docs/guide/coding-standards/index.md deleted file mode 100644 index 4bba659eb..000000000 --- a/docs/guide/coding-standards/index.md +++ /dev/null @@ -1 +0,0 @@ -# Overview \ No newline at end of file diff --git a/docs/guide/coding-standards/readme.md b/docs/guide/coding-standards/readme.md new file mode 100644 index 000000000..4bba659eb --- /dev/null +++ b/docs/guide/coding-standards/readme.md @@ -0,0 +1 @@ +# Overview \ No newline at end of file diff --git a/docs/guide/coding-standards/sass.md b/docs/guide/coding-standards/sass.md index b990f50c6..0467ffa09 100644 --- a/docs/guide/coding-standards/sass.md +++ b/docs/guide/coding-standards/sass.md @@ -1 +1 @@ -# SASS Conventions and Standards \ No newline at end of file +# Sass Conventions and Standards \ No newline at end of file -- cgit v1.2.3