docs(fern): cut v0.5.0 version train#2970
Open
lbliii wants to merge 3 commits into
Open
Conversation
Wire up the v0.5.0 (26.06) GA docs version: - add versions/v0.5.yml (frozen nav derived from nightly; ../../ -> ./v0.5/pages/) - repoint versions/latest.yml GA alias to the v0.5 tree - add the v0.5 pin to docs.yml versions; repoint the site-root default to v0.5 - mirror the v0.4 redirect set for the v0.5 and legacy 0.5 slugs - register v0.5=docs-archive in the three fern-docs workflows and .gitignore - restore v0.5/pages in the local docs-stitch Makefile target The frozen v0.5/pages tree is not on main (gitignored); it lands on the docs-archive branch via the companion PR and is stitched in at build time. Validated with: make docs-check ARCHIVE_REF=lbliii/docs/v0.5-archive-snapshot (0 errors, 449 MDX files). Signed-off-by: Lawrence Lane <llane@nvidia.com>
Contributor
Contributor
|
Verified the files against multiple agent reviews. Here is the summary:
|
jgerh
reviewed
Jul 8, 2026
jgerh
left a comment
Contributor
There was a problem hiding this comment.
Verified against multiple agents. LGTM.
Contributor
|
/ok to test 45f4d1d |
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
Wires up the v0.5.0 · 26.06 GA documentation version train. Config only — the frozen
v0.5/pages/tree lives ondocs-archive(companion PR #2969) and is stitched in at build time.versions/v0.5.yml— frozen nav derived fromnightly.yml(../../→./v0.5/pages/;../product-docs/left untouched; 160 content paths)versions/latest.yml— GA alias repointed from the v0.4 tree to the v0.5 treedocs.yml— add thev0.5version pin (keptv0.4for permalink stability); repoint the bare site-root default tov0.5; mirror the full v0.4 redirect set for thev0.5and legacy0.5slugs (version-root index rules per the empty-path quirk,:path*and.htmlfallbacks).gitignore+ the threefern-docs-*workflows — registerv0.5=docs-archivedocs/fern/Makefile— the localdocs-stitchtarget is hardcoded per-version (not registry-driven like the CI action), so add a v0.5 restore lineMerge order — this PR goes SECOND
Merge after #2969 (the
docs-archivesnapshot). If this merges first, the publish/CI stitch step fatals witharchive ref does not contain docs/fern/versions/v0.5/pages.Reviewer note — site-root repoint
I repointed the bare
/nemo/automodel/root default fromv0.4→v0.5, matching how the root pointed at v0.4 when v0.4 was GA. If you'd rather the root land on the auto-bumpinglatestalias instead, say so and I'll change those two rules.Validation
🤖 Generated with Claude Code