mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-16 09:42:50 +02:00
init about page
This commit is contained in:
parent
c41fa99239
commit
df3edf76ee
4 changed files with 42 additions and 6 deletions
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
{ text: "Guides", link: "/guides/" },
|
||||
{
|
||||
text: "Enterprise",
|
||||
link: "/enterprise/",
|
||||
link: "/enterprise/about/",
|
||||
//target: "_self",
|
||||
//rel: "",
|
||||
},
|
||||
|
@ -194,7 +194,7 @@ module.exports = {
|
|||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 2,
|
||||
path: "/enterprise/",
|
||||
//path: "/enterprise/",
|
||||
children: [
|
||||
//"",
|
||||
"about",
|
||||
|
@ -202,11 +202,11 @@ module.exports = {
|
|||
title: "Install",
|
||||
type: "group",
|
||||
collapsable: false,
|
||||
path: "install/",
|
||||
path: "/enterprise/install/",
|
||||
sidebarDepth: 2,
|
||||
children: [
|
||||
"install/quickstart",
|
||||
"install/helm",
|
||||
"/enterprise/install/quickstart",
|
||||
"/enterprise/install/helm",
|
||||
],
|
||||
},
|
||||
"prometheus",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue