Skip to content

Commit 2b4f600

Browse files
committed
docs: Batch 2 β€” add Related sections to all channel pages
Add consistent Related sections to 17 channel pages that had none, linking to: Channels Overview, Pairing, Groups, Channel Routing, Security. Add Groups and Security links to 4 channel pages (discord, slack, telegram, whatsapp) that already had partial Related sections.
1 parent e682b72 commit 2b4f600

21 files changed

Lines changed: 144 additions & 0 deletions

β€Ždocs/channels/bluebubbles.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,11 @@ Prefer `chat_guid` for stable routing:
420420
- For status/health info: `openclaw status --all` or `openclaw status --deep`.
421421

422422
For general channel workflow reference, see [Channels](/channels) and the [Plugins](/tools/plugin) guide.
423+
424+
## Related
425+
426+
- [Channels Overview](/channels) β€” all supported channels
427+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
428+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
429+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
430+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/discord.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,9 @@ High-signal Discord fields:
12321232
## Related
12331233

12341234
- [Pairing](/channels/pairing)
1235+
- [Groups](/channels/groups)
12351236
- [Channel routing](/channels/channel-routing)
1237+
- [Security](/gateway/security)
12361238
- [Multi-agent routing](/concepts/multi-agent)
12371239
- [Troubleshooting](/channels/troubleshooting)
12381240
- [Slash commands](/tools/slash-commands)

β€Ždocs/channels/feishu.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,3 +750,11 @@ Feishu currently exposes these runtime actions:
750750
- `channel-info`
751751
- `channel-list`
752752
- `react` and `reactions` when reactions are enabled in config
753+
754+
## Related
755+
756+
- [Channels Overview](/channels) β€” all supported channels
757+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
758+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
759+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
760+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/googlechat.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,11 @@ Related docs:
260260
- [Gateway configuration](/gateway/configuration)
261261
- [Security](/gateway/security)
262262
- [Reactions](/tools/reactions)
263+
264+
## Related
265+
266+
- [Channels Overview](/channels) β€” all supported channels
267+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
268+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
269+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
270+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/imessage.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,3 +417,11 @@ imsg send <handle> "test"
417417
- [Gateway configuration](/gateway/configuration)
418418
- [Pairing](/channels/pairing)
419419
- [BlueBubbles](/channels/bluebubbles)
420+
421+
## Related
422+
423+
- [Channels Overview](/channels) β€” all supported channels
424+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
425+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
426+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
427+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/irc.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,11 @@ Default account supports:
240240
- If the bot connects but never replies in channels, verify `channels.irc.groups` **and** whether mention-gating is dropping messages (`missing-mention`). If you want it to reply without pings, set `requireMention:false` for the channel.
241241
- If login fails, verify nick availability and server password.
242242
- If TLS fails on a custom network, verify host/port and certificate setup.
243+
244+
## Related
245+
246+
- [Channels Overview](/channels) β€” all supported channels
247+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
248+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
249+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
250+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/line.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,11 @@ Generic media sends fall back to the existing image-only route when a LINE-speci
211211
and that the gateway is reachable from LINE.
212212
- **Media download errors:** raise `channels.line.mediaMaxMb` if media exceeds the
213213
default limit.
214+
215+
## Related
216+
217+
- [Channels Overview](/channels) β€” all supported channels
218+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
219+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
220+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
221+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/matrix.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,3 +753,11 @@ Live directory lookup uses the logged-in Matrix account:
753753
- `groups`: per-room policy map. Prefer room IDs or aliases; unresolved room names are ignored at runtime. Session/group identity uses the stable room ID after resolution, while human-readable labels still come from room names.
754754
- `rooms`: legacy alias for `groups`.
755755
- `actions`: per-action tool gating (`messages`, `reactions`, `pins`, `profile`, `memberInfo`, `channelInfo`, `verification`).
756+
757+
## Related
758+
759+
- [Channels Overview](/channels) β€” all supported channels
760+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
761+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
762+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
763+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/mattermost.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,3 +425,11 @@ Mattermost supports multiple accounts under `channels.mattermost.accounts`:
425425
- Gateway logs `missing _token in context`: the `_token` field is not in the button's context. Ensure it is included when building the integration payload.
426426
- Confirmation shows raw ID instead of button name: `context.action_id` does not match the button's `id`. Set both to the same sanitized value.
427427
- Agent doesn't know about buttons: add `capabilities: ["inlineButtons"]` to the Mattermost channel config.
428+
429+
## Related
430+
431+
- [Channels Overview](/channels) β€” all supported channels
432+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
433+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
434+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
435+
- [Security](/gateway/security) β€” access model and hardening

β€Ždocs/channels/msteams.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,3 +779,11 @@ Bots have limited support in private channels:
779779
- [RSC permissions reference](https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/rsc/resource-specific-consent)
780780
- [Teams bot file handling](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/bots-filesv4) (channel/group requires Graph)
781781
- [Proactive messaging](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/conversations/send-proactive-messages)
782+
783+
## Related
784+
785+
- [Channels Overview](/channels) β€” all supported channels
786+
- [Pairing](/channels/pairing) β€” DM authentication and pairing flow
787+
- [Groups](/channels/groups) β€” group chat behavior and mention gating
788+
- [Channel Routing](/channels/channel-routing) β€” session routing for messages
789+
- [Security](/gateway/security) β€” access model and hardening

0 commit comments

Comments
Β (0)