DOCS: Production Deployment rewrite (#3129)

* sort and consolidate service url keys

* Production doc first pass

* move Production Deployment to top level

* Apply suggestions from code review

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

* Update docs/docs/production-deployment.md

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
Co-authored-by: cmo-pomerium <91488121+cmo-pomerium@users.noreply.github.com>
This commit is contained in:
Alex Fornuto 2022-03-28 09:10:49 -05:00 committed by GitHub
parent 69ba511c64
commit 666b57522a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 229 additions and 228 deletions

View file

@ -187,6 +187,10 @@ module.exports = {
"k8s/ingress",
]
},
{
title: "Production Deployment",
path: "/docs/production-deployment",
},
{
title: "Topics",
collapsable: false,
@ -201,7 +205,6 @@ module.exports = {
"topics/original-request-context",
"topics/mutual-auth",
"topics/ppl",
"topics/production-deployment",
"topics/programmatic-access",
"topics/single-sign-out",
"topics/load-balancing",