Skip to content

Commit 9d36309

Browse files
authored
Merge pull request #1583 from o1-labs/dw/update-docusaurus
Website: update Docusaurus to 3.9.2
2 parents bb3ae95 + 6c0cdda commit 9d36309

File tree

4 files changed

+479
-488
lines changed

4 files changed

+479
-488
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
### Added
1616

17+
- **Website**: Update Docusaurus to version 3.9.2 from 3.9.1 for latest
18+
features and bug fixes
19+
([#1583](https://github.com/o1-labs/mina-rust/pull/1583))
20+
- **Website**: Migrate deprecated `onBrokenMarkdownLinks` configuration option
21+
to the new `markdown.hooks.onBrokenMarkdownLinks` format for Docusaurus v4
22+
compatibility ([#1583](https://github.com/o1-labs/mina-rust/pull/1583))
1723
- **Development Tools**: Add `setup-taplo` and `setup` Makefile targets to
1824
simplify development environment setup. Update `release-validate` script to
1925
test only packages that are tested in CI, avoiding untested packages with

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)