Feature Request: Preserve Page Path When Switching Between Doc Versions #2751
sharadregoti
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Mintlify Team,
I've configured multiple versions of our documentation (v1 and v2), and everything is working well. However, I've noticed that when switching between versions, the version switcher redirects to the root page of the selected version rather than staying on the equivalent page.
Current behavior: When viewing /v2/api/endpoints and switching to v1, it redirects to /v1/ (root).
Desired behavior: When viewing /v2/api/endpoints and switching to v1, it should navigate to /v1/api/endpoints (same page path, different version).
This would greatly improve the user experience for readers comparing documentation across versions. Our previous documentation platform (Hugo-based) supported this functionality, and it was very useful for our users.
Would it be possible to add this as a feature?
Beta Was this translation helpful? Give feedback.
All reactions