This commit is contained in:
Florian Forster
2025-08-06 16:30:38 -07:00
parent f936320876
commit 932312c218

View File

@@ -215,8 +215,8 @@ module.exports = {
docs: {
routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"),
showLastUpdateAuthor: true,
showLastUpdateTime: true,
showLastUpdateAuthor: false,
showLastUpdateTime: false,
editUrl: "https://github.com/zitadel/zitadel/edit/main/docs/",
remarkPlugins: [require("mdx-mermaid")],
docItemComponent: "@theme/ApiItem",