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: { docs: {
routeBasePath: "/", routeBasePath: "/",
sidebarPath: require.resolve("./sidebars.js"), sidebarPath: require.resolve("./sidebars.js"),
showLastUpdateAuthor: true, showLastUpdateAuthor: false,
showLastUpdateTime: true, showLastUpdateTime: false,
editUrl: "https://github.com/zitadel/zitadel/edit/main/docs/", editUrl: "https://github.com/zitadel/zitadel/edit/main/docs/",
remarkPlugins: [require("mdx-mermaid")], remarkPlugins: [require("mdx-mermaid")],
docItemComponent: "@theme/ApiItem", docItemComponent: "@theme/ApiItem",