docs(install,reference): add Related sections to pages missing them

This commit is contained in:
Vincent Koc
2026-04-23 20:07:25 -07:00
parent b5120ab22a
commit f0b6c65e3b
26 changed files with 150 additions and 0 deletions

View File

@@ -309,3 +309,9 @@ This removes the resource group and everything inside it (VM, VNet, NSG, Bastion
- Pair local devices as nodes: [Nodes](/nodes)
- Configure the Gateway: [Gateway configuration](/gateway/configuration)
- For more details on OpenClaw Azure deployment with the GitHub Copilot model provider: [OpenClaw on Azure with GitHub Copilot](https://github.com/johnsonshi/openclaw-azure-github-copilot)
## Related
- [Install overview](/install)
- [GCP](/install/gcp)
- [DigitalOcean](/install/digitalocean)

View File

@@ -51,3 +51,9 @@ bun pm trust @whiskeysockets/baileys protobufjs
## Caveats
Some scripts still hardcode pnpm (for example `docs:build`, `ui:*`, `protocol:check`). Run those via pnpm for now.
## Related
- [Install overview](/install)
- [Node.js](/install/node)
- [Updating](/install/updating)

View File

@@ -129,3 +129,8 @@ Beta and dev builds may **not** include a macOS app release. That is OK:
- The git tag and npm dist-tag can still be published.
- Call out "no macOS build for this beta" in release notes or changelog.
## Related
- [Updating](/install/updating)
- [Installer internals](/install/installer)

View File

@@ -125,3 +125,10 @@ Run a persistent OpenClaw Gateway on a DigitalOcean Droplet.
- [Channels](/channels) -- connect Telegram, WhatsApp, Discord, and more
- [Gateway configuration](/gateway/configuration) -- all config options
- [Updating](/install/updating) -- keep OpenClaw up to date
## Related
- [Install overview](/install)
- [Fly.io](/install/fly)
- [Hetzner](/install/hetzner)
- [VPS hosting](/vps)

View File

@@ -138,3 +138,9 @@ git pull
docker compose build
docker compose up -d
```
## Related
- [Docker](/install/docker)
- [Podman](/install/podman)
- [ClawDock](/install/clawdock)

View File

@@ -129,3 +129,8 @@ openclaw health
```
Guide: [Updating](/install/updating)
## Related
- [Remote gateway](/gateway/remote)
- [Install overview](/install)

View File

@@ -502,3 +502,10 @@ See [Fly.io pricing](https://fly.io/docs/about/pricing/) for details.
- Set up messaging channels: [Channels](/channels)
- Configure the Gateway: [Gateway configuration](/gateway/configuration)
- Keep OpenClaw up to date: [Updating](/install/updating)
## Related
- [Install overview](/install)
- [Hetzner](/install/hetzner)
- [Docker](/install/docker)
- [VPS hosting](/vps)

View File

@@ -413,3 +413,9 @@ See [https://cloud.google.com/iam/docs/understanding-roles](https://cloud.google
- Set up messaging channels: [Channels](/channels)
- Pair local devices as nodes: [Nodes](/nodes)
- Configure the Gateway: [Gateway configuration](/gateway/configuration)
## Related
- [Install overview](/install)
- [Azure](/install/azure)
- [VPS hosting](/vps)

View File

@@ -260,3 +260,10 @@ This approach complements the Docker setup above with reproducible deployments,
- Set up messaging channels: [Channels](/channels)
- Configure the Gateway: [Gateway configuration](/gateway/configuration)
- Keep OpenClaw up to date: [Updating](/install/updating)
## Related
- [Install overview](/install)
- [Fly.io](/install/fly)
- [Docker](/install/docker)
- [VPS hosting](/vps)

View File

@@ -90,3 +90,9 @@ Send "Hi" to your assistant on the channel you connected. OpenClaw will reply an
- [Channels](/channels) -- connect Telegram, WhatsApp, Discord, and more
- [Gateway configuration](/gateway/configuration) -- all config options
## Related
- [Install overview](/install)
- [VPS hosting](/vps)
- [DigitalOcean](/install/digitalocean)

View File

@@ -439,3 +439,9 @@ Use non-interactive flags/env vars for predictable runs.
Usually a PATH issue. See [Node.js troubleshooting](/install/node#troubleshooting).
</Accordion>
</AccordionGroup>
## Related
- [Install overview](/install)
- [Updating](/install/updating)
- [Uninstall](/install/uninstall)

View File

@@ -190,3 +190,9 @@ scripts/k8s/
├── pvc.yaml # 10Gi persistent storage
└── service.yaml # ClusterIP on 18789
```
## Related
- [Docker](/install/docker)
- [Docker VM runtime](/install/docker-vm-runtime)
- [Install overview](/install)

View File

@@ -110,3 +110,9 @@ On the new machine, confirm:
- [ ] Channels are still connected (no re-pairing needed)
- [ ] The dashboard opens and shows existing sessions
- [ ] Workspace files (memory, configs) are present
## Related
- [Install overview](/install)
- [Matrix migration](/install/migrating-matrix)
- [Uninstall](/install/uninstall)

View File

@@ -154,3 +154,9 @@ Then open `http://localhost:18789`.
- [Channels](/channels) -- connect Telegram, WhatsApp, Discord, and more
- [Gateway configuration](/gateway/configuration) -- all config options
- [Updating](/install/updating) -- keep OpenClaw up to date
## Related
- [Install overview](/install)
- [GCP](/install/gcp)
- [VPS hosting](/vps)

View File

@@ -155,3 +155,9 @@ sudo systemctl disable bluetooth
- [Channels](/channels) -- connect Telegram, WhatsApp, Discord, and more
- [Gateway configuration](/gateway/configuration) -- all config options
- [Updating](/install/updating) -- keep OpenClaw up to date
## Related
- [Install overview](/install)
- [Linux server](/vps)
- [Platforms](/platforms)

View File

@@ -124,3 +124,8 @@ If you run from a repo checkout (`git clone` + `openclaw ...` / `bun run opencla
1. Uninstall the gateway service **before** deleting the repo (use the easy path above or manual service removal).
2. Delete the repo directory.
3. Remove state + workspace as shown above.
## Related
- [Install overview](/install)
- [Migration guide](/install/migrating)