fix(docs): add expiration notice to Nemotron 3 Ultra free-tier guide - #53746
Open
liuhao1024 wants to merge 1 commit into
Open
fix(docs): add expiration notice to Nemotron 3 Ultra free-tier guide#53746liuhao1024 wants to merge 1 commit into
liuhao1024 wants to merge 1 commit into
Conversation
The free-tier promotion ended June 18, 2026. Add a caution banner, shift sidebar position to bottom, and convert offer text to past tense so users are not misled into selecting a non-existent free variant. Fixes NousResearch#53729
Collaborator
teknium1
reviewed
Jul 15, 2026
teknium1
left a comment
Contributor
There was a problem hiding this comment.
Thanks for preserving the historical guide while adding a clear expiration notice; current main still advertises the June 4–18 offer as active at website/docs/guides/run-nemotron-3-ultra-free.md:9-12.
Problems
sidebar_position: 99does not change this page's displayed sidebar order.website/sidebars.ts:684explicitly listsguides/run-nemotron-3-ultra-freeas the first Guides & Tutorials item, so it will remain first after this change.
Suggested changes
- Move that explicit sidebar entry to the end of the
website/sidebars.tsguide list (or otherwise update that list) so the PR fulfills the sidebar-ordering part of #53729.
This is an automated hermes-sweeper review.
| sidebar_position: 0 | ||
| title: "Run Nemotron 3 Ultra free in Hermes Agent" | ||
| description: "Try NVIDIA Nemotron 3 Ultra on Nous Portal — free June 4–18 — with day 0 support in Hermes Agent" | ||
| sidebar_position: 99 |
Contributor
There was a problem hiding this comment.
This frontmatter value cannot move the page while website/sidebars.ts:684 explicitly lists this guide first. Please also move that item to the end of the Guides & Tutorials list so the sidebar-ordering fix takes effect.
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?
Adds an expiration notice to the Nemotron 3 Ultra free-tier guide. The promotion ended June 18, 2026 (9 days ago), but the page still reads as an active offer with no warning. Users following the instructions today will attempt to select the
:freevariant that no longer exists.The fix adds a prominent
:::cautionbanner at the top, shifts the sidebar position from 0 (first entry) to 99 (bottom), updates the title/description to indicate expiration, and converts the inline "Limited-time offer" admonition to past tense.Related Issue
Fixes #53729
Type of Change
Changes Made
website/docs/guides/run-nemotron-3-ultra-free.md: Added:::caution Offer expiredbanner at top; changedsidebar_positionfrom 0 to 99; updated title to include "(expired)"; updated description to note promotion ended; converted "Limited-time offer" admonition to past tense ("This offer has ended"); updated intro text to indicate instructions are preserved for reference.How to Test
cd website && npm run build— should build without errors/docs/guides/run-nemotron-3-ultra-freein the built siteChecklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passDocumentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AScreenshots / Logs
The expired notice replaces the previously misleading "Limited-time offer" info box. Before: page appeared as the first guide with no indication the offer ended. After: caution banner at top + sidebar position moved to bottom.