From 6109113cc9e7e481b6f37b25c329ac64fcb7dbfc Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 28 Jan 2020 20:25:05 -0600 Subject: Revert "Add coding guidelines and component documentation" Merged accidentally. Did not have proper +1s/+2s. The author will resubmit. Apologies for the noise. This reverts commit aae4312c3c535253b2d5db7a75503f0237ae423e. Change-Id: I110dd4e12286836aedf84dfba2c4ef07cac08b46 Signed-off-by: Gunnar Mills --- docs/.vuepress/config.js | 51 ---------------------------------- docs/.vuepress/public/openbmc-logo.svg | 1 - 2 files changed, 52 deletions(-) delete mode 100644 docs/.vuepress/config.js delete mode 100644 docs/.vuepress/public/openbmc-logo.svg (limited to 'docs/.vuepress') diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js deleted file mode 100644 index 68073188..00000000 --- a/docs/.vuepress/config.js +++ /dev/null @@ -1,51 +0,0 @@ -module.exports = { - base: "/webui-vue/", - title: "OpenBMC Web UI Style Guide", - description: - "Guidance on code style and development for the OpenBMC browser-based UI", - smoothScroll: true, - themeConfig: { - nav: [ - { - text: "Guide", - link: "/guide/getting-started" - }, - { - text: "Themes", - link: "/themes/" - }, - { - text: "Github", - link: "https://github.com/openbmc/webui-vue" - } - ], - sidebarDepth: 1, - sidebar: { - "/guide/": [ - "getting-started", - { - title: "Coding Standards", - children: [ - "/guide/coding-standards/", - ["/guide/coding-standards/accessibility", "Accessibility"], - ["/guide/coding-standards/sass", "SASS"], - ["/guide/coding-standards/javascript", "JavaScript"] - ] - }, - { - title: "Guidelines", - children: [ - "/guide/guidelines/", - "/guide/guidelines/colors", - "/guide/guidelines/typography" - ] - }, - { - title: "Components", - children: ["/guide/components/", "/guide/components/page-section"] - } - ] - }, - "/themes/": [""] - } - }; \ No newline at end of file diff --git a/docs/.vuepress/public/openbmc-logo.svg b/docs/.vuepress/public/openbmc-logo.svg deleted file mode 100644 index d0fa158c..00000000 --- a/docs/.vuepress/public/openbmc-logo.svg +++ /dev/null @@ -1 +0,0 @@ -Asset 1 \ No newline at end of file -- cgit v1.2.3