-
Notifications
You must be signed in to change notification settings - Fork 41
Website: update Docusaurus to 3.9.2 #1583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
047e16d to
789a80d
Compare
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
| ([#1583](https://github.com/o1-labs/mina-rust/pull/1583)) | ||
| - **Website**: Migrate deprecated `onBrokenMarkdownLinks` configuration option | ||
| to the new `markdown.hooks.onBrokenMarkdownLinks` format for Docusaurus v4 | ||
| compatibility ([#1583](https://github.com/o1-labs/mina-rust/pull/1583)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If every PR has a changelog entry like this, wouldn't it just make more sense to use the GitHub API to look at all the PR descriptions and use a PR description template?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGELOG can already be generated automatically when we make a new release. They are generated automatically by GitHub based on the PR title.
I'm not against relying on this feature.
Updated all Docusaurus packages from 3.9.1 to 3.9.2 in both root and website directories. This includes core, preset-classic, and TypeScript type definition packages.
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.
789a80d to
6c0cdda
Compare
Updated all Docusaurus packages from 3.9.1 to 3.9.2 in both root and website directories. This includes core, preset-classic, and TypeScript type definition packages.