docs: add visual studio code server

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2019-08-07 18:07:52 -07:00
parent 2a769581b0
commit 66751fa15a
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
9 changed files with 141 additions and 30 deletions

View file

@ -22,16 +22,8 @@ module.exports = {
lastUpdated: "Last Updated",
nav: [
{ text: "Documentation", link: "/docs/" },
{ text: "Recipes", link: "/recipes/" },
{ text: "Community", link: "/community/" }
// {
// text: "Versions",
// items: [
// { text: "v0.1.0", link: "https://v0-1-0.docs.pomerium.io/" },
// { text: "v0.0.5", link: "https://v0-0-5.docs.pomerium.io/" },
// { text: "v0.0.4", link: "https://v0-0-4.docs.pomerium.io/" }
// ]
// }
],
sidebar: {
@ -104,6 +96,16 @@ module.exports = {
"security"
]
}
],
"/recipes/": [
{
title: "Recipes",
type: "group",
collapsable: false,
sidebarDepth: 1,
children: ["", "vs-code-server"]
}
]
}
}