docs: update docusaurus, add metrics endpoint, add zero downtime update (#4376)

* chore: update docusuarus to 2.1.0

* docs: metrics endpoint docs

* docs: zero downtime updates

* Update docs/docs/concepts/architecture/solution.md

Co-authored-by: mffap <mpa@zitadel.com>

* Update docs/docs/concepts/architecture/solution.md

Co-authored-by: mffap <mpa@zitadel.com>

* Update docs/docs/concepts/architecture/solution.md

Co-authored-by: mffap <mpa@zitadel.com>

* docs: add health / ready

* Update docs/docs/apis/observability/health.md

Co-authored-by: mffap <mpa@zitadel.com>

Co-authored-by: mffap <mpa@zitadel.com>
This commit is contained in:
Florian Forster
2022-09-15 16:36:02 +02:00
committed by GitHub
parent 84b20bc4e1
commit c14c66820f
6 changed files with 243 additions and 549 deletions

View File

@@ -246,6 +246,15 @@ module.exports = {
"apis/saml/endpoints",
],
},
{
type: "category",
label: "Observability",
collapsed: false,
items: [
"apis/observability/metrics",
"apis/observability/health",
],
},
{
type: "category",
label: "Rate Limits",