diff --git a/docs/help/troubleshooting.md b/docs/help/troubleshooting.md index 60bea6a3ed5..65ec381a05a 100644 --- a/docs/help/troubleshooting.md +++ b/docs/help/troubleshooting.md @@ -342,3 +342,11 @@ flowchart TD + +## Related + +- [FAQ](/help/faq) — frequently asked questions +- [Gateway Troubleshooting](/gateway/troubleshooting) — gateway-specific issues +- [Doctor](/gateway/doctor) — automated health checks and repairs +- [Channel Troubleshooting](/channels/troubleshooting) — channel connectivity issues +- [Automation Troubleshooting](/automation/troubleshooting) — cron and heartbeat issues diff --git a/docs/install/docker.md b/docs/install/docker.md index fc7f0bde144..a9831978366 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -394,3 +394,11 @@ scripts/sandbox-setup.sh + +## Related + +- [Install Overview](/install) — all installation methods +- [Podman](/install/podman) — Podman alternative to Docker +- [ClawDock](/install/clawdock) — Docker Compose community setup +- [Updating](/install/updating) — keeping OpenClaw up to date +- [Configuration](/gateway/configuration) — gateway configuration after install diff --git a/docs/install/node.md b/docs/install/node.md index 3e95ab34b32..940eaa195d4 100644 --- a/docs/install/node.md +++ b/docs/install/node.md @@ -136,3 +136,9 @@ export PATH="$HOME/.npm-global/bin:$PATH" ``` Add the `export PATH=...` line to your `~/.bashrc` or `~/.zshrc` to make it permanent. + +## Related + +- [Install Overview](/install) — all installation methods +- [Updating](/install/updating) — keeping OpenClaw up to date +- [Getting Started](/start/getting-started) — first steps after install diff --git a/docs/install/updating.md b/docs/install/updating.md index bbe3e949d96..6e6b6956daa 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -126,3 +126,9 @@ To return to latest: `git checkout main && git pull`. - Run `openclaw doctor` again and read the output carefully. - Check: [Troubleshooting](/gateway/troubleshooting) - Ask in Discord: [https://discord.gg/clawd](https://discord.gg/clawd) + +## Related + +- [Install Overview](/install) — all installation methods +- [Doctor](/gateway/doctor) — health checks after updates +- [Migrating](/install/migrating) — major version migration guides