docs(reference): fix remote GPU command links#4727
Conversation
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo documentation reference files update internal cross-references to consistently target the ChangesDocumentation Link Format Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
🌿 Preview your docs: https://nvidia-preview-pr-4727.docs.buildwithfern.com/nemoclaw |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
E2E Scenario Advisor RecommendationRequired scenario E2E: None Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
PR Review AdvisorFindings: 0 needs attention, 0 worth checking, 0 nice ideas This is an automated advisory review. A human maintainer must make the final merge decision. |
Summary
Fixes the broken remote GPU documentation links that caused the Nightly docs-validation E2E job to fail. The command references now point at the existing Fern MDX page instead of a non-existent Markdown file.
Changes
docs/reference/commands.mdxto link to../deployment/deploy-to-remote-gpu.mdx.docs/reference/commands-nemohermes.mdxto link to the same existing MDX page.Type of Change
Verification
Confirmed the failing path from https://github.com/NVIDIA/NemoClaw/actions/runs/26914255345/job/79399985216 with
CHECK_DOC_LINKS_REMOTE=0 bash test/e2e/test-docs-validation.sh.npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit