Skip to content

Commit f051204

Browse files
committed
docs(gateway): split configuration-reference by extracting channels cluster into config-channels
1 parent 07cee91 commit f051204

11 files changed

Lines changed: 893 additions & 864 deletions

File tree

docs/channels/discord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ openclaw logs --follow
11341134

11351135
## Configuration reference
11361136

1137-
Primary reference: [Configuration reference - Discord](/gateway/configuration-reference#discord).
1137+
Primary reference: [Configuration reference - Discord](/gateway/config-channels#discord).
11381138

11391139
<Accordion title="High-signal Discord fields">
11401140

docs/channels/imessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Status: legacy external CLI integration. Gateway spawns `imsg rpc` and communica
2323
<Card title="Pairing" icon="link" href="/channels/pairing">
2424
iMessage DMs default to pairing mode.
2525
</Card>
26-
<Card title="Configuration reference" icon="settings" href="/gateway/configuration-reference#imessage">
26+
<Card title="Configuration reference" icon="settings" href="/gateway/config-channels#imessage">
2727
Full iMessage field reference.
2828
</Card>
2929
</CardGroup>
@@ -413,7 +413,7 @@ imsg send <handle> "test"
413413

414414
## Configuration reference pointers
415415

416-
- [Configuration reference - iMessage](/gateway/configuration-reference#imessage)
416+
- [Configuration reference - iMessage](/gateway/config-channels#imessage)
417417
- [Gateway configuration](/gateway/configuration)
418418
- [Pairing](/channels/pairing)
419419
- [BlueBubbles](/channels/bluebubbles)

docs/channels/matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ If multiple Matrix accounts are configured and one account id is `default`, Open
670670
If you configure multiple named accounts, set `defaultAccount` or pass `--account <id>` for CLI commands that rely on implicit account selection.
671671
Pass `--account <id>` to `openclaw matrix verify ...` and `openclaw matrix devices ...` when you want to override that implicit selection for one command.
672672

673-
See [Configuration reference](/gateway/configuration-reference#multi-account-all-channels) for the shared multi-account pattern.
673+
See [Configuration reference](/gateway/config-channels#multi-account-all-channels) for the shared multi-account pattern.
674674

675675
## Private/LAN homeservers
676676

docs/channels/signal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Example:
9999
}
100100
```
101101

102-
Multi-account support: use `channels.signal.accounts` with per-account config and optional `name`. See [`gateway/configuration`](/gateway/configuration-reference#multi-account-all-channels) for the shared pattern.
102+
Multi-account support: use `channels.signal.accounts` with per-account config and optional `name`. See [`gateway/configuration`](/gateway/config-channels#multi-account-all-channels) for the shared pattern.
103103

104104
## Setup path B: register dedicated bot number (SMS, Linux)
105105

docs/channels/slack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ Same-chat `/approve` also works in Slack channels and DMs that already support c
785785

786786
## Configuration reference
787787

788-
Primary reference: [Configuration reference - Slack](/gateway/configuration-reference#slack).
788+
Primary reference: [Configuration reference - Slack](/gateway/config-channels#slack).
789789

790790
<Accordion title="High-signal Slack fields">
791791

docs/channels/telegram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ More help: [Channel troubleshooting](/channels/troubleshooting).
885885

886886
## Configuration reference
887887

888-
Primary reference: [Configuration reference - Telegram](/gateway/configuration-reference#telegram).
888+
Primary reference: [Configuration reference - Telegram](/gateway/config-channels#telegram).
889889

890890
<Accordion title="High-signal Telegram fields">
891891

docs/channels/whatsapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Example:
558558

559559
Primary reference:
560560

561-
- [Configuration reference - WhatsApp](/gateway/configuration-reference#whatsapp)
561+
- [Configuration reference - WhatsApp](/gateway/config-channels#whatsapp)
562562

563563
High-signal WhatsApp fields:
564564

docs/docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,7 @@
13671367
"gateway/configuration",
13681368
"gateway/configuration-reference",
13691369
"gateway/config-agents",
1370+
"gateway/config-channels",
13701371
"gateway/configuration-examples",
13711372
"gateway/authentication",
13721373
"auth-credential-semantics",

0 commit comments

Comments
 (0)