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

@@ -39,3 +39,8 @@ See [iMessage](/channels/imessage) for legacy setup and addressing (`chat_id` pr
- Gateway owns the process (start/stop tied to provider lifecycle).
- Keep RPC clients resilient: timeouts, restart on exit.
- Prefer stable IDs (e.g., `chat_id`) over display strings.
## Related
- [RPC adapters](/reference/rpc-adapters)
- [Gateway protocol](/gateway/protocol)