Skip to content

fix(docs): add expiration notice to Nemotron 3 Ultra free-tier guide - #53746

Open
liuhao1024 wants to merge 1 commit into
NousResearch:mainfrom
liuhao1024:liuhao/cron-bugfix-53729-nemotron-expired-docs
Open

fix(docs): add expiration notice to Nemotron 3 Ultra free-tier guide#53746
liuhao1024 wants to merge 1 commit into
NousResearch:mainfrom
liuhao1024:liuhao/cron-bugfix-53729-nemotron-expired-docs

Conversation

@liuhao1024

Copy link
Copy Markdown
Contributor

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 :free variant that no longer exists.

The fix adds a prominent :::caution banner 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

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 🔒 Security fix
  • 📝 Documentation update
  • ✅ Tests (adding or improving test coverage)
  • ♻️ Refactor (no behavior change)
  • 🎯 New skill (bundled or hub)

Changes Made

  • website/docs/guides/run-nemotron-3-ultra-free.md: Added :::caution Offer expired banner at top; changed sidebar_position from 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

  1. Run cd website && npm run build — should build without errors
  2. Open /docs/guides/run-nemotron-3-ultra-free in the built site
  3. Observed result: the caution banner appears at the top of the page reading "Offer expired — The free nvidia/nemotron-3-ultra:free tier promotion ended on June 18, 2026"
  4. Observed result: the page appears near the bottom of the Guides sidebar (position 99), not as the first entry
  5. Observed result: the "Limited-time offer" info box now reads "This offer has ended" in past tense

Checklist

Code

  • I've read the Contributing Guide
  • My commit messages follow Conventional Commits (fix(scope):, feat(scope):, etc.)
  • I searched for existing PRs to make sure this isn't a duplicate
  • My PR contains only changes related to this fix/feature (no unrelated commits)
  • I've run pytest tests/ -q and all tests pass
  • I've added tests for my changes (required for bug fixes, strongly encouraged for features) — N/A (docs-only change)
  • I've tested on my platform: macOS

Documentation & Housekeeping

  • I've updated relevant documentation (README, docs/, docstrings) — or N/A
  • I've updated cli-config.yaml.example if I added/changed config keys — or N/A
  • I've updated CONTRIBUTING.md or AGENTS.md if I changed architecture or workflows — or N/A
  • I've considered cross-platform impact (Windows, macOS) per the compatibility guide — N/A (docs-only)
  • I've updated tool descriptions/schemas if I changed tool behavior — or N/A

Screenshots / 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.

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
@alt-glitch alt-glitch added type/docs Documentation improvements provider/nvidia NVIDIA NIM comp/portal Nous portal / Hermes Pro / hosted-Hermes path P3 Low — cosmetic, nice to have and removed comp/portal Nous portal / Hermes Pro / hosted-Hermes path labels Jun 27, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

Related: fixes #53729 (the stale-guide bug report) and updates the guide added in #38769. Docs-only change; not a duplicate.

@teknium1 teknium1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: 99 does not change this page's displayed sidebar order. website/sidebars.ts:684 explicitly lists guides/run-nemotron-3-ultra-free as 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.ts guide 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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@teknium1 teknium1 added the sweeper:blast-contained Sweeper blast radius: contained — one narrow path / opt-in / few users label Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have provider/nvidia NVIDIA NIM sweeper:blast-contained Sweeper blast radius: contained — one narrow path / opt-in / few users type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: run-nemotron-3-ultra-free guide is stale — offer ended June 18, no expiration notice

3 participants