docs: fix broken documentation links#4665
Conversation
|
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. |
📝 WalkthroughWalkthroughThis PR reorganizes and standardizes internal documentation links across the NemoClaw docs. It migrates sandbox hardening and plugin installation references from ChangesDocumentation Link Reorganization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
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-4665.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: 1 needs attention, 1 worth checking, 0 nice ideas Review findings🛠️ Needs attention
🔎 Worth checking
🌱 Nice ideas
This is an automated advisory review. A human maintainer must make the final merge decision. |
There was a problem hiding this comment.
Actionable comments posted: 5
🤖 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/about/release-notes.mdx`:
- Line 39: The link target "../get-started/prerequisites/windows-preparation" in
the release notes is pointing to a non-existent nested route; update the
markdown link target to the correct Windows preparation page path (e.g., the
canonical route used across the docs such as
"/get-started/prerequisites/windows-preparation" or the actual existing relative
path), by replacing the string
"../get-started/prerequisites/windows-preparation" with the verified correct
path and confirm the target page exists and resolves in the docs build.
In `@docs/deployment/install-openclaw-plugins.mdx`:
- Line 97: Update the Markdown link target for "Sandbox Hardening" in
docs/deployment/install-openclaw-plugins.mdx: replace the existing link target
`(sandbox-hardening)` with the migrated path
`../manage-sandboxes/sandbox-hardening` so the cross-reference points to the new
location; locate the text "[Sandbox Hardening](sandbox-hardening)" and update
only the link URL portion to the new relative path.
In `@docs/get-started/prerequisites.mdx`:
- Line 77: The relative link target "prerequisites/windows-preparation" used in
the Next Steps line (link text "[Prepare Windows for NemoClaw]") is broken;
update that link to point to the correct sibling page path (use the sibling page
slug for the Windows preparation doc instead of the nested path) so the
cross-reference resolves from docs/get-started/prerequisites.mdx to the actual
Windows preparation page; locate the link by searching for the "[Prepare Windows
for NemoClaw]" anchor and replace its href with the correct sibling path.
In `@docs/get-started/windows-preparation.mdx`:
- Around line 16-19: The markdown links "[Quickstart](../quickstart)" and
"[Quickstart with Hermes](../quickstart-hermes)" (and other occurrences that use
../ or ../../ in this document) are over-parented and likely broken; update
these to docs-local relative links (e.g., "./quickstart" or
"./quickstart-hermes" or the correct sibling paths) so they resolve from
docs/get-started/windows-preparation.mdx; search for other occurrences
referenced in the comment (the repeats around the 34-39, 166-169, 176 ranges)
and replace any "../" or "../../" link targets with the appropriate
local-relative targets consistent with the docs folder structure.
In `@docs/reference/troubleshooting.mdx`:
- Line 1277: The link "../get-started/prerequisites/windows-preparation" in
docs/reference/troubleshooting.mdx is resolving to a non-existent nested page;
replace both occurrences (the exact string
"../get-started/prerequisites/windows-preparation") with the direct Windows
preparation route "/get-started/prerequisites/windows-preparation" so the
cross-reference resolves correctly.
🪄 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: d192f2f5-5193-4f62-aa92-4db33795070f
📒 Files selected for processing (14)
docs/about/how-it-works.mdxdocs/about/release-notes.mdxdocs/deployment/brev-web-ui.mdxdocs/deployment/deploy-to-remote-gpu.mdxdocs/deployment/install-openclaw-plugins.mdxdocs/get-started/prerequisites.mdxdocs/get-started/windows-preparation.mdxdocs/index.mdxdocs/index.ymldocs/manage-sandboxes/install-plugins-hermes.mdxdocs/reference/commands.mdxdocs/reference/troubleshooting.mdxdocs/security/best-practices.mdxdocs/security/openclaw-controls.mdx
Summary
Fix broken links reported by the docs link checker across the NemoClaw user-guide variants. The updates keep moved internal pages reachable, correct OpenClaw/Hermes variant links, and replace a stale external OpenClaw security docs URL.
Related Issue
None.
Changes
set-up-sub-agentslug and Fern redirects from the old title-derived sub-agent URL./nemoclawsite base path./gateway/security/indexto/gateway/security.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Additional verification run:
npm run docs:sync-agent-variants && npm run docspassed.fern check --warningspassed with 0 errors and only the existing light-mode accent color contrast warning.git diff --checkpassed.Summary by CodeRabbit
Release Notes