mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-23 14:07:11 +02:00
docs: add visual studio code server
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
2a769581b0
commit
66751fa15a
9 changed files with 141 additions and 30 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue