mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user