docs: version docs for v3.4#929
Merged
Merged
Conversation
Adds the 3.4 docs snapshot that the release pipeline failed to create for v3.4.0 and v3.4.1 (the Version docs job was broken until #928). The snapshot replaces the 3.3 one, mirroring what the workflow does (one minor per major), and was generated from the release-v3 branch (v3.4.1) so the API reference documents the released v3 API rather than the v4-dev code on master.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #929 +/- ##
===========================================
+ Coverage 75.69% 86.91% +11.21%
===========================================
Files 48 48
Lines 2942 2942
===========================================
+ Hits 2227 2557 +330
+ Misses 715 385 -330
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the 3.4 docs snapshot that the release pipeline failed to create for v3.4.0 and v3.4.1 — the
Version docsjob was broken until #928, soversions.jsonand the version dropdown on the docs website are still stuck at 3.3.versioned_docs,versioned_sidebars, andversions.json.release-v3branch (v3.4.1) using the exact commands the fixed workflow runs (uv run pnpm exec docusaurus docs:version 3.4+api:version 3.4), so the API reference documents the released v3 API rather than the v4-dev code on master. Verified: the snapshot still contains theRemainingTimetimeout literal that was removed on master in refactor!: remove deprecated APIs #918.Merging this with the
docs:prefix triggers a docs deploy from master, which updates the version dropdown and the "Version: 3.x" badge on the website.