diff --git a/docs/channels/broadcast-groups.md b/docs/channels/broadcast-groups.md index 84a0c4eac4b..de662b9ec97 100644 --- a/docs/channels/broadcast-groups.md +++ b/docs/channels/broadcast-groups.md @@ -433,14 +433,10 @@ Planned features: - [ ] Dynamic agent selection (choose agents based on message content) - [ ] Agent priorities (some agents respond before others) -## See Also - -- [Multi-Agent Configuration](/tools/multi-agent-sandbox-tools) -- [Routing Configuration](/channels/channel-routing) -- [Session Management](/concepts/session) - ## Related - [Groups](/channels/groups) - [Channel routing](/channels/channel-routing) - [Pairing](/channels/pairing) +- [Multi-agent sandbox tools](/tools/multi-agent-sandbox-tools) +- [Session management](/concepts/session) diff --git a/docs/cli/sandbox.md b/docs/cli/sandbox.md index 2cc2656c9af..f6fb9fcd8f6 100644 --- a/docs/cli/sandbox.md +++ b/docs/cli/sandbox.md @@ -188,13 +188,9 @@ Sandbox settings live in `~/.openclaw/openclaw.json` under `agents.defaults.sand } ``` -## See Also - -- [Sandbox Documentation](/gateway/sandboxing) -- [Agent Configuration](/concepts/agent-workspace) -- [Doctor Command](/gateway/doctor) - Check sandbox setup - ## Related - [CLI reference](/cli) - [Sandboxing](/gateway/sandboxing) +- [Agent workspace](/concepts/agent-workspace) +- [Doctor](/gateway/doctor) — checks sandbox setup diff --git a/docs/platforms/digitalocean.md b/docs/platforms/digitalocean.md index 73b0d1fd584..65aa1e2fd52 100644 --- a/docs/platforms/digitalocean.md +++ b/docs/platforms/digitalocean.md @@ -258,7 +258,7 @@ free -h --- -## See Also +## Related - [Hetzner guide](/install/hetzner) — cheaper, more powerful - [Docker install](/install/docker) — containerized setup diff --git a/docs/platforms/oracle.md b/docs/platforms/oracle.md index af7813d2ef0..fce69dd7202 100644 --- a/docs/platforms/oracle.md +++ b/docs/platforms/oracle.md @@ -296,7 +296,7 @@ openclaw backup create --- -## See Also +## Related - [Gateway remote access](/gateway/remote) — other remote access patterns - [Tailscale integration](/gateway/tailscale) — full Tailscale docs diff --git a/docs/platforms/raspberry-pi.md b/docs/platforms/raspberry-pi.md index 6eff5290549..7bd9c2713d6 100644 --- a/docs/platforms/raspberry-pi.md +++ b/docs/platforms/raspberry-pi.md @@ -411,7 +411,7 @@ echo 'wireless-power off' | sudo tee -a /etc/network/interfaces --- -## See Also +## Related - [Linux guide](/platforms/linux) — general Linux setup - [DigitalOcean guide](/platforms/digitalocean) — cloud alternative diff --git a/docs/tools/code-execution.md b/docs/tools/code-execution.md index b9e8645712f..a3b33bb7812 100644 --- a/docs/tools/code-execution.md +++ b/docs/tools/code-execution.md @@ -81,14 +81,10 @@ the full analysis request and any inline data in one prompt. - Do not assume access to local files or your workspace. - For fresh X data, use [`x_search`](/tools/web#x_search) first. -## See Also - -- [Web tools](/tools/web) -- [Exec](/tools/exec) -- [xAI](/providers/xai) - ## Related - [Exec tool](/tools/exec) - [Exec approvals](/tools/exec-approvals) - [apply_patch tool](/tools/apply-patch) +- [Web tools](/tools/web) +- [xAI](/providers/xai)