From 7b07a0ab8fd007a26e782d6120c921b8627127fc Mon Sep 17 00:00:00 2001 From: loongfay Date: Tue, 28 Apr 2026 18:47:09 +0800 Subject: [PATCH] feat(channel) add yuanbao docs entrance (#73443) * feat(channel) add yuanbao docs entrance * feat(channel): add yuanbao docs entrance (#73443) (thanks @loongfay) --------- Co-authored-by: loongzhao Co-authored-by: sliverp <870080352@qq.com> --- CHANGELOG.md | 4 ++++ docs/channels/index.md | 1 + docs/docs.json | 1 + 3 files changed, 6 insertions(+) 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" ]