mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +00:00
Merge branch 'fix-login-image-minimal' of https://github.com/zitadel/zitadel into fix-login-image-minimal
This commit is contained in:
@@ -23,6 +23,7 @@ module.exports = {
|
||||
description:
|
||||
"Documentation for ZITADEL - Identity infrastructure, simplified for you.",
|
||||
},
|
||||
|
||||
themeConfig: {
|
||||
metadata: [
|
||||
{
|
||||
@@ -450,9 +451,13 @@ module.exports = {
|
||||
};
|
||||
},
|
||||
],
|
||||
markdown: {
|
||||
mermaid:true,
|
||||
},
|
||||
themes: [
|
||||
"docusaurus-theme-github-codeblock",
|
||||
"docusaurus-theme-openapi-docs",
|
||||
'@docusaurus/theme-mermaid',
|
||||
],
|
||||
future: {
|
||||
v4: false, // Disabled because of some problems related to https://github.com/facebook/docusaurus/issues/11040
|
||||
|
Reference in New Issue
Block a user