init Enterprise documentation section

This commit is contained in:
alexfornuto 2021-07-14 13:23:00 -05:00
parent ac2cb31582
commit e9209fed72
5 changed files with 126 additions and 3 deletions

View file

@ -39,9 +39,9 @@ module.exports = {
{ text: "Guides", link: "/guides/" },
{
text: "Enterprise",
link: "https://www.pomerium.com/",
target: "_self",
rel: "",
link: "/enterprise/",
//target: "_self",
//rel: "",
},
{
text: "v0.14.x", // current tagged version
@ -188,6 +188,20 @@ module.exports = {
children: [""],
},
],
"/enterprise/": [
{
title: "Enterprise",
type: "group",
collapsable: false,
sidebarDepth: 0,
children: [
//"",
"about",
"install",
"concepts",
],
},
],
},
},
}