docs(gateway): split configuration-reference by extracting channels c… · openclaw/openclaw@f051204
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1134,7 +1134,7 @@ openclaw logs --follow
|
1134 | 1134 | |
1135 | 1135 | ## Configuration reference |
1136 | 1136 | |
1137 | | -Primary reference: [Configuration reference - Discord](/gateway/configuration-reference#discord). |
| 1137 | +Primary reference: [Configuration reference - Discord](/gateway/config-channels#discord). |
1138 | 1138 | |
1139 | 1139 | <Accordion title="High-signal Discord fields"> |
1140 | 1140 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,7 +23,7 @@ Status: legacy external CLI integration. Gateway spawns `imsg rpc` and communica
|
23 | 23 | <Card title="Pairing" icon="link" href="/channels/pairing"> |
24 | 24 | iMessage DMs default to pairing mode. |
25 | 25 | </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"> |
27 | 27 | Full iMessage field reference. |
28 | 28 | </Card> |
29 | 29 | </CardGroup> |
@@ -413,7 +413,7 @@ imsg send <handle> "test"
|
413 | 413 | |
414 | 414 | ## Configuration reference pointers |
415 | 415 | |
416 | | -- [Configuration reference - iMessage](/gateway/configuration-reference#imessage) |
| 416 | +- [Configuration reference - iMessage](/gateway/config-channels#imessage) |
417 | 417 | - [Gateway configuration](/gateway/configuration) |
418 | 418 | - [Pairing](/channels/pairing) |
419 | 419 | - [BlueBubbles](/channels/bluebubbles) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -670,7 +670,7 @@ If multiple Matrix accounts are configured and one account id is `default`, Open
|
670 | 670 | If you configure multiple named accounts, set `defaultAccount` or pass `--account <id>` for CLI commands that rely on implicit account selection. |
671 | 671 | Pass `--account <id>` to `openclaw matrix verify ...` and `openclaw matrix devices ...` when you want to override that implicit selection for one command. |
672 | 672 | |
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. |
674 | 674 | |
675 | 675 | ## Private/LAN homeservers |
676 | 676 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -99,7 +99,7 @@ Example:
|
99 | 99 | } |
100 | 100 | ``` |
101 | 101 | |
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. |
103 | 103 | |
104 | 104 | ## Setup path B: register dedicated bot number (SMS, Linux) |
105 | 105 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -785,7 +785,7 @@ Same-chat `/approve` also works in Slack channels and DMs that already support c
|
785 | 785 | |
786 | 786 | ## Configuration reference |
787 | 787 | |
788 | | -Primary reference: [Configuration reference - Slack](/gateway/configuration-reference#slack). |
| 788 | +Primary reference: [Configuration reference - Slack](/gateway/config-channels#slack). |
789 | 789 | |
790 | 790 | <Accordion title="High-signal Slack fields"> |
791 | 791 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -885,7 +885,7 @@ More help: [Channel troubleshooting](/channels/troubleshooting).
|
885 | 885 | |
886 | 886 | ## Configuration reference |
887 | 887 | |
888 | | -Primary reference: [Configuration reference - Telegram](/gateway/configuration-reference#telegram). |
| 888 | +Primary reference: [Configuration reference - Telegram](/gateway/config-channels#telegram). |
889 | 889 | |
890 | 890 | <Accordion title="High-signal Telegram fields"> |
891 | 891 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -558,7 +558,7 @@ Example:
|
558 | 558 | |
559 | 559 | Primary reference: |
560 | 560 | |
561 | | -- [Configuration reference - WhatsApp](/gateway/configuration-reference#whatsapp) |
| 561 | +- [Configuration reference - WhatsApp](/gateway/config-channels#whatsapp) |
562 | 562 | |
563 | 563 | High-signal WhatsApp fields: |
564 | 564 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1367,6 +1367,7 @@
|
1367 | 1367 | "gateway/configuration", |
1368 | 1368 | "gateway/configuration-reference", |
1369 | 1369 | "gateway/config-agents", |
| 1370 | +"gateway/config-channels", |
1370 | 1371 | "gateway/configuration-examples", |
1371 | 1372 | "gateway/authentication", |
1372 | 1373 | "auth-credential-semantics", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。