mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 02:57:11 +02:00
DOCS: Production Deployment Index (#3182)
* production deployment tree * adjust for updates to source
This commit is contained in:
parent
d7b581eb38
commit
de3c2aa6ad
1 changed files with 9 additions and 8 deletions
|
@ -126,10 +126,6 @@ module.exports = {
|
||||||
"install/from-source",
|
"install/from-source",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Securing Pomerium",
|
|
||||||
path: "/docs/security",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Identity Providers",
|
title: "Identity Providers",
|
||||||
collapsable: true,
|
collapsable: true,
|
||||||
|
@ -150,6 +146,15 @@ module.exports = {
|
||||||
"identity-providers/ping",
|
"identity-providers/ping",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Production",
|
||||||
|
collapsable: true,
|
||||||
|
type: "group",
|
||||||
|
children: [
|
||||||
|
"/docs/security",
|
||||||
|
"/docs/production-deployment",
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "TCP Connections",
|
title: "TCP Connections",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
|
@ -187,10 +192,6 @@ module.exports = {
|
||||||
"k8s/ingress",
|
"k8s/ingress",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Production Deployment",
|
|
||||||
path: "/docs/production-deployment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Topics",
|
title: "Topics",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue