docs: rebrand main docs to 26.08 for RC GitHub Pages QA - #2430
Merged
kheiss-uwzoo merged 18 commits intoAug 11, 2026
Conversation
Align reader-facing version strings on main with the 26.08 release candidate so GitHub Pages matches what QA uses for readiness analysis, while leaving docs.nvidia.com publish metadata on the frozen 26.05 snapshot.
Address Litmus Docs Readiness P1/P2 findings without changing CLI or library behavior: promote the corpus-size warning, point first ingest at data/, and correct libeoffice.
Replace absolute single-PDF failure wording with skip/clamp guidance so the Litmus first-run README matches current LanceDB indexing on main.
5 tasks
Correct a bad rebrand edit that downgraded llama-nemotron-embed-vl-1b-v2 from 2.3.0 to 2.0.0, and prefer refer-to wording in the first-run LanceDB callouts.
Keep NVIDIA#2430 focused on 26.08 nomenclature for GitHub Pages QA. Litmus first-run guidance can return in a separate PR.
Release notes link to this release's Helm README and graph README. main drifts past 26.08, so anchor these to the 26.08 release branch like 26.05 docs used blob/26.05.
Drop the Pages-vs-docs.nvidia.com RC callout from release notes, and replace GA product-status wording with supported/published language in the root README, release notes, and Helm README.
…elease 26.08 is not stable yet, so the README should not advertise it as the latest supported line.
Contributor
Greptile SummaryThe PR updates reader-facing documentation for the 26.08 RC while retaining the chart’s checked-in 26.5.0 default.
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/releasenotes.md | Rebrands the current release heading and repository links from 26.05 to 26.08. |
| nemo_retriever/README.md | Updates the prerelease installation example to 26.08-RC1. |
| nemo_retriever/helm/README.md | Updates 26.08 anchors and adds an explicit 26.8.0 image override while accurately retaining the chart’s 26.5.0 default. |
| nemo_retriever/helm/openshift.md | Updates both OpenShift installation examples to deploy the 26.8.0 service image. |
Reviews (4): Last reviewed commit: "docs(26.08): pin service image in minima..." | Re-trigger Greptile
Chart defaults are still 26.5.0; documenting 26.8.0 as the default was incorrect until the RC eng cut bumps Chart.yaml and values.yaml.
Collaborator
Author
|
@greptile review |
Ensure the 26.08-labeled command deploys the intended service image while the chart default remains 26.5.0 until the engineering release cut.
Collaborator
Author
|
@greptile review |
jperez999
approved these changes
Aug 11, 2026
kheiss-uwzoo
added a commit
to kheiss-uwzoo/nv-ingest
that referenced
this pull request
Aug 11, 2026
Follow-up after NVIDIA#2430: the Helm README section was rebranded to 26.08, but the unit test marker still expected 26.05.
2 tasks
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
Rebrand reader-facing version strings on
mainfrom 26.05 to 26.08 / 26.8.0 so GitHub Pages matches what QA reviews during 26.08 RC readiness.26.08-RC1)…-2608)Out of scope
docs/publish/versions.jsonand docs.nvidia.com publish workflow (still frozen on 26.05)Chart.yaml/values.yamlruntime defaults (eng when RC artifacts exist)Merge timing
Hold as draft until Jeremy cuts the 26.08 RC; then undraft and merge so Pages shows 26.08 for QA. Safe to merge after the cut even if not in the same minute as the tag.
Test plan
#recommended-minimal-install-2608nemo_retriever/README.mdonly changes the26.08-RC1install example (no Litmus first-run edits)