Skip to content

chore(docs): update docusaurus#1485

Merged
rodsjo merged 2 commits intomainfrom
fix/docs-update-docusaurus
Apr 17, 2026
Merged

chore(docs): update docusaurus#1485
rodsjo merged 2 commits intomainfrom
fix/docs-update-docusaurus

Conversation

@rodsjo
Copy link
Copy Markdown
Contributor

@rodsjo rodsjo commented Apr 15, 2026

Type of Work

  • Patch: X.Y.Z+1. NEGLIGIBLE visible changes, does not change input or output - OR changes behaviour. Use chore:, refactor: etc
  • Minor: X.Y+1.Z. Minor changes, might ADD new input (YAML), or other backwards-compatible changes. Use feat:, fix:
  • Major: X+1.Y.Z. Major and most likely BREAKING changes, wo. backwards compatibility, or removing temporary backwards compatibility functionality. Use ! or BREAKING:.

Have you remembered and considered?

  • IF FEAT: I have remembered to update documentation
  • IF FIX OR FEAT: I have remembered to update manual changelog (docs/drafts/next.draft.md)
  • IF BREAKING: I have remembered to update migration guide (docs/docs/migration_guides/)
  • IF BREAKING: I have committed with BREAKING: in footer or ! in header
  • I have added tests (if not, comment why)
  • I have used conventional commits syntax (if you squash, make sure that conventional commit is used)
  • I have included the Github issue nr in the footer!

What is this PR all about?

  • Updated Docusaurus from 3.9.2 to 3.10.0 (release notes here)
  • Since Docusaurus is moving away from proprietary syntax, heading ids had to be changed (link). So I ran the command npx docusaurus write-heading-ids --syntax mdx-comment --migrate to update all heading ids:
-## My Heading {#my-id}
+## My Heading {/* #my-id */}

This changed the old ids' syntax, but also created heading ids for all headings. But I think that is a good thing?

What else did you consider?

We should rename all our .md files to .mdx, see documentation here, but this should be done in another PR

Between the lines?

@rodsjo rodsjo requested review from a team as code owners April 15, 2026 09:32
Copy link
Copy Markdown
Contributor

@jsolaas jsolaas left a comment

Choose a reason for hiding this comment

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

Update npm.rc to 3 days again

@rodsjo
Copy link
Copy Markdown
Contributor Author

rodsjo commented Apr 17, 2026

Update npm.rc to 3 days again

fixed

@rodsjo rodsjo force-pushed the fix/docs-update-docusaurus branch from 700807e to 82fddaa Compare April 17, 2026 08:51
@rodsjo rodsjo force-pushed the fix/docs-update-docusaurus branch from 82fddaa to 71233c9 Compare April 17, 2026 13:58
@rodsjo rodsjo merged commit 6d5fbf7 into main Apr 17, 2026
23 checks passed
@rodsjo rodsjo deleted the fix/docs-update-docusaurus branch April 17, 2026 14:01
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