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
commit 16bb328e763c4583c8e249ab350406bab3db3f00 Author: Lari Hotari <[email protected]> AuthorDate: Tue Dec 3 10:36:55 2024 +0200 Disable numberPrefixParser for release-notes --- docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0bc832c88a00..8912de22de7b 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -490,6 +490,7 @@ module.exports = async function createConfigAsync() { id: "release-notes", path: "release-notes", routeBasePath: "release-notes", + numberPrefixParser: false, editUrl: `${githubSiteUrl}/edit/main`, sidebarPath: require.resolve("./sidebarsReleaseNotes.js"), }),
