Skip to content

Commit d7715bb

Browse files
committed
Website: remove deprecated onBrokenMarkdownLinks config option
Removed the deprecated top-level onBrokenMarkdownLinks configuration option from docusaurus.config.ts. The new format using markdown.hooks.onBrokenMarkdownLinks is already in place, making the old option redundant. This eliminates deprecation warnings and ensures compatibility with Docusaurus v4.
1 parent df1c7f4 commit d7715bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const config: Config = {
2626
projectName: 'mina-rust', // Usually your repo name.
2727

2828
onBrokenLinks: 'throw', // Throw error on broken links to enforce link integrity
29-
onBrokenMarkdownLinks: 'throw',
3029
onBrokenAnchors: 'warn',
3130

3231
// Markdown configuration

0 commit comments

Comments
 (0)