Merge branch 'main' into fix-login-image-minimal

This commit is contained in:
Elio Bischof
2025-07-30 13:25:57 +02:00
committed by GitHub

View File

@@ -23,6 +23,7 @@ module.exports = {
description: description:
"Documentation for ZITADEL - Identity infrastructure, simplified for you.", "Documentation for ZITADEL - Identity infrastructure, simplified for you.",
}, },
themeConfig: { themeConfig: {
metadata: [ metadata: [
{ {
@@ -450,9 +451,13 @@ module.exports = {
}; };
}, },
], ],
markdown: {
mermaid:true,
},
themes: [ themes: [
"docusaurus-theme-github-codeblock", "docusaurus-theme-github-codeblock",
"docusaurus-theme-openapi-docs", "docusaurus-theme-openapi-docs",
'@docusaurus/theme-mermaid',
], ],
future: { future: {
v4: false, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040 v4: false, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040