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/components/alert.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/guide/components/alert.md') diff --git a/docs/guide/components/alert.md b/docs/guide/components/alert.md index 768aa873..1ad965bd 100644 --- a/docs/guide/components/alert.md +++ b/docs/guide/components/alert.md @@ -3,7 +3,9 @@ An alert is an inline message that contains a short description that a user cann [Learn more about Bootstrap-vue alert options](https://bootstrap-vue.js.org/docs/components/alert) - +This is a warning message +This is an error message +This is an info message ```vue This is a warning message -- cgit v1.2.3