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 - docs/guide/coding-standards/accessibility.md | 1 - docs/guide/coding-standards/index.md | 1 - docs/guide/coding-standards/javascript.md | 1 - docs/guide/coding-standards/sass.md | 1 - docs/guide/components/index.md | 1 - docs/guide/components/page-section.md | 1 - docs/guide/components/page-title.md | 1 - docs/guide/getting-started.md | 1 - docs/guide/guidelines/colors.md | 1 - docs/guide/guidelines/index.md | 1 - docs/guide/guidelines/typography.md | 1 - docs/index.md | 7 ---- docs/themes/index.md | 1 - 15 files changed, 71 deletions(-) delete mode 100644 docs/.vuepress/config.js delete mode 100644 docs/.vuepress/public/openbmc-logo.svg delete mode 100644 docs/guide/coding-standards/accessibility.md delete mode 100644 docs/guide/coding-standards/index.md delete mode 100644 docs/guide/coding-standards/javascript.md delete mode 100644 docs/guide/coding-standards/sass.md delete mode 100644 docs/guide/components/index.md delete mode 100644 docs/guide/components/page-section.md delete mode 100644 docs/guide/components/page-title.md delete mode 100644 docs/guide/getting-started.md delete mode 100644 docs/guide/guidelines/colors.md delete mode 100644 docs/guide/guidelines/index.md delete mode 100644 docs/guide/guidelines/typography.md delete mode 100644 docs/index.md delete mode 100644 docs/themes/index.md (limited to 'docs') 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 diff --git a/docs/guide/coding-standards/accessibility.md b/docs/guide/coding-standards/accessibility.md deleted file mode 100644 index efbc943b..00000000 --- a/docs/guide/coding-standards/accessibility.md +++ /dev/null @@ -1 +0,0 @@ -# Accessibility Conventions and Standards \ No newline at end of file diff --git a/docs/guide/coding-standards/index.md b/docs/guide/coding-standards/index.md deleted file mode 100644 index 4bba659e..00000000 --- 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/javascript.md b/docs/guide/coding-standards/javascript.md deleted file mode 100644 index 6710f2fd..00000000 --- a/docs/guide/coding-standards/javascript.md +++ /dev/null @@ -1 +0,0 @@ -# JavaScript Conventions and Standards \ No newline at end of file diff --git a/docs/guide/coding-standards/sass.md b/docs/guide/coding-standards/sass.md deleted file mode 100644 index b990f50c..00000000 --- a/docs/guide/coding-standards/sass.md +++ /dev/null @@ -1 +0,0 @@ -# SASS Conventions and Standards \ No newline at end of file diff --git a/docs/guide/components/index.md b/docs/guide/components/index.md deleted file mode 100644 index 4bba659e..00000000 --- a/docs/guide/components/index.md +++ /dev/null @@ -1 +0,0 @@ -# Overview \ No newline at end of file diff --git a/docs/guide/components/page-section.md b/docs/guide/components/page-section.md deleted file mode 100644 index 9c8f1b2d..00000000 --- a/docs/guide/components/page-section.md +++ /dev/null @@ -1 +0,0 @@ -# Page Section \ No newline at end of file diff --git a/docs/guide/components/page-title.md b/docs/guide/components/page-title.md deleted file mode 100644 index ebc2fc57..00000000 --- a/docs/guide/components/page-title.md +++ /dev/null @@ -1 +0,0 @@ -# Page Title \ No newline at end of file diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md deleted file mode 100644 index 8b3a7945..00000000 --- a/docs/guide/getting-started.md +++ /dev/null @@ -1 +0,0 @@ -# Getting Started \ No newline at end of file diff --git a/docs/guide/guidelines/colors.md b/docs/guide/guidelines/colors.md deleted file mode 100644 index 7baf37b0..00000000 --- a/docs/guide/guidelines/colors.md +++ /dev/null @@ -1 +0,0 @@ -# Colors \ No newline at end of file diff --git a/docs/guide/guidelines/index.md b/docs/guide/guidelines/index.md deleted file mode 100644 index 4bba659e..00000000 --- a/docs/guide/guidelines/index.md +++ /dev/null @@ -1 +0,0 @@ -# Overview \ No newline at end of file diff --git a/docs/guide/guidelines/typography.md b/docs/guide/guidelines/typography.md deleted file mode 100644 index db88d407..00000000 --- a/docs/guide/guidelines/typography.md +++ /dev/null @@ -1 +0,0 @@ -# Typography \ No newline at end of file diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 1aaa4adc..00000000 --- a/docs/index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -home: true -heroImage: openbmc-logo.svg -heroText: Style Guide and Coding Conventions -actionText: Getting Started -actionLink: /guide/getting-started ---- \ No newline at end of file diff --git a/docs/themes/index.md b/docs/themes/index.md deleted file mode 100644 index e86c6e5c..00000000 --- a/docs/themes/index.md +++ /dev/null @@ -1 +0,0 @@ -# Themes \ No newline at end of file -- cgit v1.2.3