docs: add version 0.2.5 to docs version switcher#919
Merged
Conversation
The versions1.json file only listed 0.1.0, leaving the "Choose version" dropdown out of date for the 0.2.5 release. Add the 0.2.5 entry as the preferred latest version. Made-with: Cursor Signed-off-by: Andrew Chen <andrewch@nvidia.com> Made-with: Cursor
4b2c41c to
28a37ce
Compare
marta-sd
approved these changes
Apr 20, 2026
Contributor
Author
|
/ok to test |
@chenopis, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
Contributor
Author
|
/ok to test 28a37ce |
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.
What does this PR do ?
Add version 0.2.5 to the docs "Choose version" dropdown so readers can navigate between published releases.
Changelog
docs/versions1.jsonas the preferred latest version.preferredflag from the 0.1.0 entry to the new 0.2.5 entry.Before your PR is "Ready for review"
Pre checks:
Additional Information
The
versions1.jsonfile only listed the original GA release (0.1.0), leaving the "Choose version" switcher out of date for the current 0.2.5 docs deployment.Made with Cursor