This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 99f7f76e3d8 chore: drop showLastUpdate options incompatible with
shallow clones
99f7f76e3d8 is described below
commit 99f7f76e3d87c26577aa4f81fad20d6db3c02382
Author: Lari Hotari <[email protected]>
AuthorDate: Mon May 4 09:35:41 2026 +0300
chore: drop showLastUpdate options incompatible with shallow clones
The site is built from a shallow clone, so git-based last-update
metadata isn't available. Both options default to false, so removing
them keeps the contribute docs plugin's behavior unchanged.
---
docusaurus.config.ts | 2 --
1 file changed, 2 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 70ad60d2657..6725a9d9ddc 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -439,8 +439,6 @@ module.exports = async function createConfigAsync() {
id: "contribute",
path: "contribute",
routeBasePath: "contribute",
- showLastUpdateAuthor: true,
- showLastUpdateTime: true,
sidebarPath: require.resolve("./sidebarsDevelopment.js"),
editUrl: `${githubSiteUrl}/edit/main`,
}),