diff --git a/docs/channels/bluebubbles.md b/docs/channels/bluebubbles.md index fd677a1d585..c639cacec66 100644 --- a/docs/channels/bluebubbles.md +++ b/docs/channels/bluebubbles.md @@ -284,7 +284,7 @@ Control whether responses are sent as a single message or streamed in blocks: - Media cap via `channels.bluebubbles.mediaMaxMb` (default: 8 MB). - Outbound text is chunked to `channels.bluebubbles.textChunkLimit` (default: 4000 chars). -## Configuration reference +## Configuration Full configuration: [Configuration](/gateway/configuration) diff --git a/docs/channels/feishu.md b/docs/channels/feishu.md index e92f84460d3..8a1853dd24b 100644 --- a/docs/channels/feishu.md +++ b/docs/channels/feishu.md @@ -523,7 +523,7 @@ See [Get group/user IDs](#get-groupuser-ids) for lookup tips. --- -## Configuration reference +## Configuration Full configuration: [Gateway configuration](/gateway/configuration) diff --git a/docs/channels/signal.md b/docs/channels/signal.md index f5a9ad147cd..150b80b3fcc 100644 --- a/docs/channels/signal.md +++ b/docs/channels/signal.md @@ -76,7 +76,7 @@ Disable with: - If you run the bot on **your personal Signal account**, it will ignore your own messages (loop protection). - For "I text the bot and it replies," use a **separate bot number**. -## Setup path A: link existing Signal account (QR) +## Setup (option A): link existing Signal account (QR) 1. Install `signal-cli` (JVM or native build). 2. Link a bot account: @@ -101,7 +101,7 @@ Example: Multi-account support: use `channels.signal.accounts` with per-account config and optional `name`. See [`gateway/configuration`](/gateway/configuration#telegramaccounts--discordaccounts--slackaccounts--signalaccounts--imessageaccounts) for the shared pattern. -## Setup path B: register dedicated bot number (SMS, Linux) +## Setup (option B): register dedicated bot number (SMS, Linux) Use this when you want a dedicated bot number instead of linking an existing Signal app account.