mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-18 18:52:37 +02:00
init Enterprise Quickstart
This commit is contained in:
parent
5c3b7a5613
commit
8581dff7cf
6 changed files with 211 additions and 34 deletions
|
@ -193,11 +193,21 @@ module.exports = {
|
|||
title: "Enterprise",
|
||||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 0,
|
||||
sidebarDepth: 2,
|
||||
path: "/enterprise/",
|
||||
children: [
|
||||
//"",
|
||||
"about",
|
||||
"install",
|
||||
{
|
||||
title: "Install",
|
||||
type: "group",
|
||||
collapsable: false,
|
||||
path: "install/",
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
"install/quickstart",
|
||||
],
|
||||
},
|
||||
"concepts",
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue