Skip to content

docs: add doc version for v1.12 and v2.5 fixes#676

Merged
vdusek merged 1 commit intomasterfrom
fix-docs-v2.5
Mar 18, 2026
Merged

docs: add doc version for v1.12 and v2.5 fixes#676
vdusek merged 1 commit intomasterfrom
fix-docs-v2.5

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Mar 18, 2026

Summary

  • Add versioned docs for v1.12 (latest 1.x) from git tag v1.12.2.
  • Fix Python version requirement in v2.5 docs (3.11+ → 3.10+).
  • Override DocsVersionDropdownNavbarItem so the version dropdown navigates to reference/<version> instead of docs/<version> when on API reference pages.
    • Same as in the JS version.

Known limitation

Test plan

  • Tested locally
  • CI passes

…ersion switching

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
@github-actions github-actions bot added this to the 136th sprint - Tooling team milestone Mar 18, 2026
@vdusek vdusek changed the title docs: add documentation versioning support for v1.12 and v2.5 fixes docs: add doc version for v1.12 and v2.5 fixes 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.75%. Comparing base (5b57ff3) to head (a4dcf60).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #676   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files          45       45           
  Lines        4404     4404           
=======================================
  Hits         4173     4173           
  Misses        231      231           
Flag Coverage Δ
integration 94.75% <ø> (ø)

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.

@vdusek vdusek requested a review from barjin March 18, 2026 10:29
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.

Since the swizzled component is based on https://github.com/apify/apify-client-js/blob/master/website/src/theme/NavbarItem/DocsVersionDropdownNavbarItem.js, I don't have any other points.

As discussed through Slack, let's extract this to a common component in docs-theme eventually.

@vdusek vdusek merged commit 6185d55 into master Mar 18, 2026
26 checks passed
@vdusek vdusek deleted the fix-docs-v2.5 branch March 18, 2026 12:51
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