DOCS: Production Deployment rewrite (#3129) (#3196)

* 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>

Co-authored-by: Alex Fornuto <afornuto@pomerium.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:
backport-actions-token[bot] 2022-03-28 10:38:54 -05:00 committed by GitHub
parent 95df8c5447
commit 03fad103e8
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",