diff --git a/CHANGELOG.md b/CHANGELOG.md index 885ac28bd6e..eae328fbc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Docs: https://docs.openclaw.ai ## Unreleased +### Changes + +- Channels: add Yuanbao channel docs entrance so the Tencent Yuanbao bot appears in the channel listing and sidebar navigation. (#73443) Thanks @loongfay. + ## 2026.4.27 ### Changes diff --git a/docs/channels/index.md b/docs/channels/index.md index e41623e6b9d..9234fb47c75 100644 --- a/docs/channels/index.md +++ b/docs/channels/index.md @@ -44,6 +44,7 @@ Text is supported everywhere; media and reactions vary by channel. - [WebChat](/web/webchat) — Gateway WebChat UI over WebSocket. - [WeChat](/channels/wechat) — Tencent iLink Bot plugin via QR login; private chats only (external plugin). - [WhatsApp](/channels/whatsapp) — Most popular; uses Baileys and requires QR pairing. +- [Yuanbao](/channels/yuanbao) — Tencent Yuanbao bot (external plugin). - [Zalo](/channels/zalo) — Zalo Bot API; Vietnam's popular messenger (bundled plugin). - [Zalo Personal](/channels/zalouser) — Zalo personal account via QR login (bundled plugin). diff --git a/docs/docs.json b/docs/docs.json index 82d0ac57122..76f372d280f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1084,6 +1084,7 @@ "channels/wechat", "channels/qqbot", "channels/feishu", + "channels/yuanbao", "channels/zalo", "channels/zalouser" ]