Skip to content

Conversation

@dlicheva
Copy link
Contributor

No description provided.

Copy link
Contributor

@jmorgadosoares jmorgadosoares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got a small warning on yarn start:

[WARNING] The `siteConfig.onBrokenMarkdownLinks` config option is deprecated and will be removed in Docusaurus v4.
Please migrate and move this option to `siteConfig.markdown.hooks.onBrokenMarkdownLinks` instead.

It's just moving onBrokenMarkdownLinks: "warn", in docusaurus.config.ts to

markdown: {
  hooks: {
    onBrokenMarkdownLinks: "warn",
  }
},

Apart from that everything works great! Nice one

@dlicheva dlicheva merged commit 37cf8d9 into main Oct 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants