Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- **Website**: Update Docusaurus to version 3.9.2 from 3.9.1 for latest
features and bug fixes
([#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))
Copy link
Contributor

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?

Copy link
Member Author

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.

- **Development Tools**: Add `setup-taplo` and `setup` Makefile targets to
simplify development environment setup. Update `release-validate` script to
test only packages that are tested in CI, avoiding untested packages with
Expand Down
1 change: 0 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const config: Config = {
projectName: 'mina-rust', // Usually your repo name.

onBrokenLinks: 'throw', // Throw error on broken links to enforce link integrity
onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'warn',

// Markdown configuration
Expand Down
Loading
Loading