docs: freeze gh-pages archive#688
Draft
andreatgretel wants to merge 1 commit into
Draft
Conversation
Signed-off-by: Andre Manoel <amanoel@nvidia.com>
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
Freeze the legacy
gh-pagesMkDocs site as an archive for Data Designer0.5.7and older. After the docs.nvidia.com cutover, post-0.5.7GitHub Pages URLs should redirect to the Fern-hosted NVIDIA docs instead of serving stale MkDocs output.🔗 Related Issue
N/A
🔄 Changes
✨ Added
404.htmlfallback for GitHub Pages misses.redirect.jsto routelatest,0.6.0,0.5.9, and0.5.8links todocs.nvidia.com/nemo/datadesigner.latest,0.6.0,0.5.9, and0.5.8.🔧 Changed
index.htmlto redirect tohttps://docs.nvidia.com/nemo/datadesigner/.versions.jsonso the legacy MkDocs version selector only lists0.5.7and older.🗑️ Removed
0.6.0,0.5.9, and0.5.8.latestsymlink to0.6.0with a redirect shim directory.🔍 Attention Areas
gh-pages, notmain.docs.nvidia.comcutover is live.redirect.jsmaps removed version paths todocs.nvidia.com/nemo/datadesigner/v<version>/<path>. Update it before merge if the Fern version routes change.0.5.7and older MkDocs archives are intentionally left in place for Fern's legacy-version links.🧪 Testing
jq . versions.jsonnode --check redirect.jsgit diff --checkfind 0.5.8 0.5.9 0.6.0 latest -type f | sortdu -sh 0.5.8 0.5.9 0.6.0 latestmake testpasses (N/A: staticgh-pagesarchive branch)✅ Checklist
gh-pagesarchive-only cleanup)