Skip to content

docs: organize platform-specific prerequisite setup - #7116

Merged
apurvvkumaria merged 16 commits into
mainfrom
codex/post-tag-station-docs
Jul 17, 2026
Merged

docs: organize platform-specific prerequisite setup#7116
apurvvkumaria merged 16 commits into
mainfrom
codex/post-tag-station-docs

Conversation

@miyoungc

@miyoungc miyoungc commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

Keep Prerequisites as the universal platform entry point, with clearly labeled preparation pages only for platforms that need them. Keep the generated prerequisite and reference platform tables synchronized while preserving complete Station support and policy details in Platform Support.

Changes

  • Added docs/get-started/dgx-station-preparation.mdx as the focused owner of Station qualification, generic Ubuntu preparation, stock DGX OS validation, and reboot handoff.
  • Added Additional Setup for DGX Station and Additional Setup for Windows Machines beneath Prerequisites in all three agent navigation variants. The page titles are Prepare DGX Station to Install NemoClaw and Prepare a Windows Machine to Install NemoClaw; existing routes remain unchanged.
  • Reduced the Prerequisites page to universal requirements and conditional links, while retaining the old #dgx-station-express-preparation heading as a compatibility pointer to the new Station route.
  • Replaced repeated Station preparation details in Quickstart with links to the focused page while retaining supported image choices and Deferred status.
  • Updated ci/platform-matrix.json, regenerated docs/reference/platform-support.mdx, and updated the platform docs generator so both tables stay synchronized and the prerequisite table links to the complete matrix, including deferred platforms.
  • Included DGX Station in the Prerequisites platform table as Deferred, with compact evaluation guidance from prerequisites_notes; the DGX Station and Windows row descriptions cross-reference their matching additional-setup pages. Deferred platforms without a documented preparation path, such as RTX, remain in the complete Platform Support matrix only.
  • Clarified the generated OS values as DGX OS (Spark) and DGX OS (Station), and made both platform tables render in case-insensitive alphabetical order.
  • Added focused validation coverage that rejects unmatched backticks in compact prerequisites_notes while accepting balanced inline code.
  • Added focused documentation contract coverage for page ownership, navigation labels, route/link behavior, and generated platform content.

Type of Change

  • Code change
  • Code and documentation change
  • Documentation-only prose change without code-sample modifications

Quality Gates

  • Tests added or updated for changed behavior
  • Documentation updated where needed
  • Sensitive paths changed

Verification

  • Every commit is Signed-off-by and GitHub-verified
  • Normal commit and push hooks passed
  • Targeted tests passed: npx vitest run test/install-station-host-preparation.test.ts test/install-station-dgx-os.test.ts test/install-station-platform-identity.test.ts test/station-doc-ownership.test.ts test/windows-preparation-doc-copy.test.ts test/generate-platform-docs.test.ts test/starter-prompt-docs.test.ts test/check-docs-published-routes.test.ts test/check-docs-links.test.ts (184 tests); post-merge platform generator, ownership, route, and link pass (57 tests); malformed-note validation pass (23 tests); final title/sidebar ownership pass (2 tests)
  • Platform-table drift check, test-size budget, documentation variant sync, and docs build passed
  • No secrets or credentials added

Signed-off-by: Miyoung Choi miyoungc@nvidia.com

Summary by CodeRabbit

  • Documentation
    • Added comprehensive DGX Station preparation guidance, including qualification rules, pinned package/runtime expectations, validation steps, and safety/hard-stop checks (with Deferred status).
    • Updated prerequisites and Quickstart behavior for DGX Station express install, including stop boundaries, reboot/rerun requirements, and host automation bypass options.
    • Refreshed platform support information with clearer “DGX OS (Spark)”/“DGX OS (Station)” naming, added prerequisites notes (including Windows WSL2), and reorganized Get Started navigation with “Additional Setup” sections.
    • Included consumer/pro GPU support status and deferred guidance in the platform matrix.

Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc miyoungc added the area: docs Documentation, examples, guides, or docs build label Jul 17, 2026
@miyoungc miyoungc self-assigned this Jul 17, 2026
@copy-pr-bot

copy-pr-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 3cf802b3-2d2f-4613-8bb3-a2dc70527b2f

📥 Commits

Reviewing files that changed from the base of the PR and between fe431ab and f4071ee.

📒 Files selected for processing (2)
  • docs/get-started/dgx-station-preparation.mdx
  • test/station-doc-ownership.test.ts
🚧 Files skipped from review as they are similar to previous changes (2)
  • test/station-doc-ownership.test.ts
  • docs/get-started/dgx-station-preparation.mdx

📝 Walkthrough

Walkthrough

Updates platform metadata and generated prerequisite tables, adds canonical DGX Station preparation documentation, revises prerequisite and Quickstart guidance, updates navigation and support matrices, and adds validation for platform documentation ownership and generator behavior.

Changes

Platform prerequisite documentation

Layer / File(s) Summary
Prerequisite platform table generation
ci/platform-matrix.json, scripts/generate-platform-docs.py, test/generate-platform-docs.test.ts
Adds prerequisite notes, generates sorted prerequisite-focused tables, filters deferred platforms by setup guidance, validates backticks, and tests the updated behavior.
DGX Station preparation and install guidance
docs/get-started/dgx-station-preparation.mdx, docs/get-started/prerequisites.mdx, docs/get-started/quickstart.mdx
Adds the canonical DGX Station preparation page and updates prerequisite and Quickstart content with qualification rules, install boundaries, links, and deferred-support details.
Support matrix and documentation navigation
docs/reference/platform-support.mdx, docs/get-started/windows-preparation.mdx, docs/index.yml, test/station-doc-ownership.test.ts, test/install-station-platform-identity.test.ts
Updates platform names and support rows, renames Windows preparation metadata, revises navigation entries, and validates documentation ownership and platform identity behavior.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Suggested labels: platform: dgx-station, area: onboarding, chore

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly reflects the main change: reorganizing platform-specific prerequisite setup documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/post-tag-station-docs

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

@github-code-quality

github-code-quality Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: TypeScript

TypeScript / code-coverage/plugin

The overall coverage remains at 96%, unchanged from the main branch.

TypeScript / code-coverage/cli

The overall coverage in the codex/post-tag-stati... branch remains at 80%, unchanged from the main branch.

Show a code coverage summary of the most impacted files.
File main 32cb7d9 codex/post-tag-stati... f4071ee +/-
src/lib/core/pr...mpt-activity.ts 92% 67% -25%
src/lib/credentials/store.ts 64% 59% -5%
src/lib/adapter...hell/resolve.ts 100% 100% 0%
src/lib/agent/defs.ts 81% 81% 0%
src/lib/sandbox...rce-identity.ts 91% 91% 0%
src/lib/securit...p-url-target.ts 100% 100% 0%
src/lib/state/config-io.ts 93% 93% 0%
src/lib/state/registry-mcp.ts 100% 100% 0%
src/lib/tunnel/services.ts 73% 73% 0%
src/lib/state/registry.ts 83% 86% +3%

Updated July 17, 2026 23:16 UTC
Code Coverage is in Public Preview. Learn more and provide us with your feedback.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

PR Review Advisor — Informational

Advisor assessment: Informational / high confidence
Next action: No advisor follow-up needed.
Findings: 0 blockers · 0 warnings · 0 suggestions
Status: No actionable findings remain in the canonical review ledger.

Model lanes

  • GPT-5.6 Terra (primary): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Nemotron 3 Ultra (second opinion): Completed · high confidence · 0 blockers · 0 warnings · 0 suggestions
  • Model comparison: normalized findings match; normalized E2E selections differ; severity counts match.

Nemotron output stays in workflow artifacts and does not change the assessment above.

E2E guidance

Advisory only. E2E / PR Gate selects and runs jobs independently.

Recommended E2E: cloud-onboard

1 optional E2E recommendation
  • docs-validation

Workflow run details

This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge.

miyoungc added 5 commits July 17, 2026 10:40
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
Signed-off-by: Miyoung Choi <miyoungc@nvidia.com>
@miyoungc miyoungc changed the title docs: consolidate Station preparation guidance docs: organize platform-specific prerequisite setup Jul 17, 2026
@miyoungc
miyoungc marked this pull request as ready for review July 17, 2026 22:49

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/get-started/dgx-station-preparation.mdx`:
- Line 52: Update the Platform Support link in the DGX Station preparation page
to use the correct published route ../../reference/platform-support instead of
../reference/platform-support, preserving the existing link text.

In `@test/station-doc-ownership.test.ts`:
- Around line 21-22: Update the parent describe suite title in “DGX Station
documentation ownership” to end with the required local issue reference suffix
in the form (`#1234`), preserving the existing nested test title.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 1ae16b24-06f4-432c-881c-eabcb7abc280

📥 Commits

Reviewing files that changed from the base of the PR and between 0c98550 and fe431ab.

📒 Files selected for processing (11)
  • ci/platform-matrix.json
  • docs/get-started/dgx-station-preparation.mdx
  • docs/get-started/prerequisites.mdx
  • docs/get-started/quickstart.mdx
  • docs/get-started/windows-preparation.mdx
  • docs/index.yml
  • docs/reference/platform-support.mdx
  • scripts/generate-platform-docs.py
  • test/generate-platform-docs.test.ts
  • test/install-station-platform-identity.test.ts
  • test/station-doc-ownership.test.ts
💤 Files with no reviewable changes (1)
  • test/install-station-platform-identity.test.ts

Comment thread docs/get-started/dgx-station-preparation.mdx Outdated
Comment thread test/station-doc-ownership.test.ts
@apurvvkumaria
apurvvkumaria merged commit 54b49c8 into main Jul 17, 2026
74 of 77 checks passed
@apurvvkumaria
apurvvkumaria deleted the codex/post-tag-station-docs branch July 17, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Documentation, examples, guides, or docs build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants