mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-24 14:37:12 +02:00
prep k8s section
This commit is contained in:
parent
67fdbf2d89
commit
9c5635780b
7 changed files with 30 additions and 6 deletions
|
@ -104,8 +104,8 @@ module.exports = {
|
|||
sidebarDepth: 0,
|
||||
children: [
|
||||
"install/",
|
||||
["k8s/helm", "Kubernetes"],
|
||||
"install/binary",
|
||||
"install/helm",
|
||||
"install/from-source",
|
||||
],
|
||||
},
|
||||
|
@ -147,18 +147,28 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kubernetes",
|
||||
collapsable: false,
|
||||
path: "/docs/k8s/",
|
||||
type: "group",
|
||||
sidebarDepth: 0,
|
||||
children: [
|
||||
"k8s/",
|
||||
"k8s/helm"
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Topics",
|
||||
collapsable: false,
|
||||
path: "/docs/topics/",
|
||||
type: "group",
|
||||
sidebarDepth: 1,
|
||||
sidebarDepth: 0,
|
||||
children: [
|
||||
"topics/certificates",
|
||||
"topics/data-storage",
|
||||
"topics/getting-users-identity",
|
||||
"topics/original-request-context",
|
||||
"topics/kubernetes-integration",
|
||||
"topics/production-deployment",
|
||||
"topics/programmatic-access",
|
||||
"topics/single-sign-out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue