mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-16 02:27:40 +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",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Securing Pomerium",
|
||||
path: "/docs/security",
|
||||
},
|
||||
{
|
||||
title: "Identity Providers",
|
||||
collapsable: true,
|
||||
|
@ -150,6 +146,15 @@ module.exports = {
|
|||
"identity-providers/ping",
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Production",
|
||||
collapsable: true,
|
||||
type: "group",
|
||||
children: [
|
||||
"/docs/security",
|
||||
"/docs/production-deployment",
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "TCP Connections",
|
||||
collapsable: false,
|
||||
|
@ -187,10 +192,6 @@ module.exports = {
|
|||
"k8s/ingress",
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Production Deployment",
|
||||
path: "/docs/production-deployment",
|
||||
},
|
||||
{
|
||||
title: "Topics",
|
||||
collapsable: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue