Skip to content

docs: add documentation versioning support#674

Merged
vdusek merged 2 commits intomasterfrom
docs/add-versioning
Mar 18, 2026
Merged

docs: add documentation versioning support#674
vdusek merged 2 commits intomasterfrom
docs/add-versioning

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Mar 18, 2026

Summary

  • Add Docusaurus versioning support.
  • Add manual snapshot for the latest stable version - version-2.5.
  • Update the release workflow and pyproject.toml to automate doc version creation on stable releases (minor and major, patch just overrides the latest one).

Issues

Test plan

  • Manual local build
  • CI passes

Add Docusaurus documentation versioning to store the last stable version
docs (v2.5) alongside "next" for unreleased features. This includes the
version dropdown in the navbar, versioned docs/sidebars/API reference
snapshots, a CI workflow step to automatically version docs on release,
and extended ty/ruff overrides for versioned doc code samples.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Mar 18, 2026
@vdusek vdusek self-assigned this Mar 18, 2026
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Mar 18, 2026
@github-actions github-actions bot added this to the 136th sprint - Tooling team milestone Mar 18, 2026
@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.77%. Comparing base (5b57ff3) to head (3d64a6c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #674      +/-   ##
==========================================
+ Coverage   94.75%   94.77%   +0.02%     
==========================================
  Files          45       45              
  Lines        4404     4404              
==========================================
+ Hits         4173     4174       +1     
+ Misses        231      230       -1     
Flag Coverage Δ
integration 94.77% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vdusek vdusek requested a review from barjin March 18, 2026 08:12
Copy link
Member

@barjin barjin left a comment

Choose a reason for hiding this comment

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

lgtm, thank you @vdusek !

@vdusek vdusek merged commit 3a449a5 into master Mar 18, 2026
26 checks passed
@vdusek vdusek deleted the docs/add-versioning branch March 18, 2026 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants