From d35132d82d68acbbf83d95add7290f769d3b2436 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Wed, 11 Nov 2020 15:00:15 -0800 Subject: Update VuePress configuration We are moving away from importing application components directly into the VuePress docs. We will document code snippets and add screenshots as a visual example. This commit removes all code and configurations that supported importing dynamic components into VuePress and added images in place of a working component example on the page. Signed-off-by: Yoshie Muranaka Change-Id: I9a75c5d51de8b6d941e4df7ae977d78c043d36e1 --- docs/.vuepress/styles/_index.scss | 42 -------------------------------------- docs/.vuepress/styles/palette.styl | 16 --------------- 2 files changed, 58 deletions(-) delete mode 100644 docs/.vuepress/styles/_index.scss (limited to 'docs/.vuepress/styles') diff --git a/docs/.vuepress/styles/_index.scss b/docs/.vuepress/styles/_index.scss deleted file mode 100644 index 700c14e2..00000000 --- a/docs/.vuepress/styles/_index.scss +++ /dev/null @@ -1,42 +0,0 @@ -// Custom and Vendor helpers -@import "src/assets/styles/bmc/helpers/index"; -@import "src/assets/styles/bootstrap/helpers"; - -// Vendor styles -@import "~bootstrap/scss/root"; -@import "~bootstrap/scss/transitions"; - -// Components -@import "~bootstrap/scss/alert"; -@import "~bootstrap/scss/badge"; -@import "~bootstrap/scss/breadcrumb"; -@import "~bootstrap/scss/button-group"; -@import "~bootstrap/scss/buttons"; -@import "~bootstrap/scss/card"; -@import "~bootstrap/scss/close"; -@import "~bootstrap/scss/code"; -@import "~bootstrap/scss/custom-forms"; -@import "~bootstrap/scss/dropdown"; -@import "~bootstrap/scss/forms"; -@import "~bootstrap/scss/grid"; -@import "~bootstrap/scss/images"; -@import "~bootstrap/scss/input-group"; -@import "~bootstrap/scss/list-group"; -@import "~bootstrap/scss/media"; -@import "~bootstrap/scss/modal"; -@import "~bootstrap/scss/nav"; -@import "~bootstrap/scss/navbar"; -@import "~bootstrap/scss/pagination"; -@import "~bootstrap/scss/popover"; -@import "~bootstrap/scss/progress"; -@import "~bootstrap/scss/spinners"; -@import "~bootstrap/scss/tables"; -@import "~bootstrap/scss/toasts"; -@import "~bootstrap/scss/tooltip"; - -// Utils -@import "~bootstrap/scss/utilities"; -@import "~bootstrap-vue/src/index"; - -// Custom BMC styles -@import "src/assets/styles/bmc/custom/index"; diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl index d8b99f67..2a792757 100644 --- a/docs/.vuepress/styles/palette.styl +++ b/docs/.vuepress/styles/palette.styl @@ -1,21 +1,5 @@ // VuePress Theme overrides -// Needed for table component to render correctly. - -tr:nth-child(2n) - background-color transparent -table - border-collapse collapse - z-index 0 !important - width 100% - display table -th - border-right transparent - border-left transparent - text-align left -td - border none - // Change content to be left aligned .theme-default-content:not(.custom), .page-nav -- cgit v1.2.3