Fix #496: Add "latest" alias to docs for stable URL sharing#503
Merged
albertohernandez1995 merged 5 commits intomainfrom Feb 13, 2026
Merged
Fix #496: Add "latest" alias to docs for stable URL sharing#503albertohernandez1995 merged 5 commits intomainfrom
albertohernandez1995 merged 5 commits intomainfrom
Conversation
Add a /latest/ URL that always points to the latest stable release, so shared documentation links remain valid across releases.
rc10 was sorting lower than rc9 because the suffix was compared as a string. Parse the pre-release number as an integer for correct ordering.
Rename the latest stable directory to latest/ and leave a redirect at the old versioned path instead of duplicating the entire tree.
Contributor
Author
|
Confirmed it works as expected in Docs page. Click on other version, then back to the latest version and the URL redirection to latest now works successfully |
albertohernandez1995
approved these changes
Feb 13, 2026
Contributor
albertohernandez1995
left a comment
There was a problem hiding this comment.
Looks good. Congrats!
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.
Summary
/latest/URL alias that always contains the latest stable release docs, so shared links likedocs.vtlengine.meaningfuldata.eu/latest/walkthrough.htmlremain valid across releasesindex.htmlnow redirects to/latest/instead of a specific version like/v1.4.0/generate_latest_alias.pyscript copies the latest stable version directory to_site/latest/during the docs buildTest plan
tests/DocScripts/pass (pytest tests/DocScripts/ -v)/latest/directory is created in the deployed sitedocs.vtlengine.meaningfuldata.eu/latest/resolves correctly after deployment