mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 07:50:26 +02:00
init Enterprise documentation section
This commit is contained in:
parent
ac2cb31582
commit
e9209fed72
5 changed files with 126 additions and 3 deletions
|
@ -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",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue