summaryrefslogtreecommitdiff
path: root/docs/.vuepress/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vuepress/config.js')
-rw-r--r--docs/.vuepress/config.js51
1 files changed, 0 insertions, 51 deletions
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