From 83342112bbcb08f935577f1129956273e52d1d87 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Sun, 20 Oct 2019 10:48:08 -0700 Subject: [PATCH] docs: add enterprise contact page (#371) Signed-off-by: Bobby DeSimone --- docs/.vuepress/config.js | 11 +++ docs/.vuepress/theme/components/Home.vue | 102 ++++++++++++++++++++++- docs/enterprise/readme.md | 7 ++ 3 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 docs/enterprise/readme.md diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 36d39255c..e96bf64ee 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -25,6 +25,8 @@ module.exports = { { text: "Documentation", link: "/docs/" }, { text: "Recipes", link: "/recipes/" }, { text: "Community", link: "/community/" }, + { text: "Enterprise", link: "/enterprise/" }, + { text: "🚧Dev", // current tagged version ariaLabel: "Version menu", @@ -125,6 +127,15 @@ module.exports = { sidebarDepth: 1, children: ["", "ad-guard", "vs-code-server", "kubernetes"] } + ], + "/enterprise/": [ + { + title: "Enterprise", + type: "group", + collapsable: false, + sidebarDepth: 1, + children: [""] + } ] } } diff --git a/docs/.vuepress/theme/components/Home.vue b/docs/.vuepress/theme/components/Home.vue index 6d6792a8d..e93a07580 100644 --- a/docs/.vuepress/theme/components/Home.vue +++ b/docs/.vuepress/theme/components/Home.vue @@ -14,7 +14,7 @@

-