DOCS: Production Deployment Index (#3182)

* production deployment tree

* adjust for updates to source
This commit is contained in:
Alex Fornuto 2022-03-28 14:07:38 -05:00 committed by GitHub
parent d7b581eb38
commit de3c2aa6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,