docs: fix commands reference install-plugins link (#5080)#5193
Conversation
Point the OpenClaw plugins cross-link at docs/deployment/install-openclaw-plugins.mdx and clarify that sandbox-scoped sessions require an existing sandbox. Add a regression test for the link target. Signed-off-by: Thabhelo <50872400+Thabhelo@users.noreply.github.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)
📝 WalkthroughWalkthroughThis PR fixes a broken documentation link in the commands reference that incorrectly pointed to ChangesCommands Reference Link Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
✨ Thanks for fixing the broken Install OpenClaw Plugins cross-link in the commands reference. This proposes a way to update the link target to the deployment guide, clarify sandbox-scoped sessions behavior, and add a regression test for the link. Related open issues: |
|
Thank you for digging into this, @Thabhelo — the investigation and write-up are appreciated. I'm going to close this one, though, because the core change is based on a false detection in the originating issue (#5080, finding #1) and would actually break the link. The link is already correctNemoClaw docs are a Fern site, where inter-page links are route-style paths built from the navigation hierarchy and page slugs in - section: "Manage Sandboxes"
slug: manage-sandboxes
contents:
- page: "Install OpenClaw Plugins"
path: deployment/install-openclaw-plugins.mdx # file location
slug: install-openclaw-plugins # page slugSo the published route is The QA finding came from checking whether On the added link testI'd also like to gently push back on For drafting or fixing docs, the Other findingsThe Thanks again, and sorry to turn this one away. |
|
Kudos for picking that up! |
Summary
Fixes the broken Install OpenClaw Plugins cross-link in the commands reference and documents current sandbox-scoped
sessionsbehavior. Thetunnel statusand sessions dispatch issues reported on v0.0.55 are already fixed on main.Related Issue
Fixes #5080
Changes
docs/reference/commands.mdxplugin link from../manage-sandboxes/install-openclaw-pluginsto../deployment/install-openclaw-plugins.nemoclaw <name> sessionsrequires an existing sandbox and reportsSandbox '<name>' does not existotherwise.test/commands-reference-links.test.tsregression test for the install-plugins link target.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: Thabhelo 50872400+Thabhelo@users.noreply.github.com
Summary by CodeRabbit
Documentation
Tests