Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 333415a

Browse files
committed
docs: add matrix
1 parent 709ca43 commit 333415a

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

.vitepress/config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export default defineConfig({
100100
{ text: "Slack", link: "/slack" },
101101
{ text: "Misskey", link: "/misskey" },
102102
{ text: "Discord", link: "/discord" },
103+
{ text: "Matrix", link: "/matrix" },
103104
{ text: "KOOK", link: "/kook" },
104105
{ text: "VoceChat", link: "/vocechat" },
105106
{
@@ -321,6 +322,7 @@ export default defineConfig({
321322
{ text: "Slack", link: "/slack" },
322323
{ text: "Misskey", link: "/misskey" },
323324
{ text: "Discord", link: "/discord" },
325+
{ text: "Matrix", link: "/matrix" },
324326
{ text: "KOOK", link: "/kook" },
325327
{ text: "VoceChat", link: "/vocechat" },
326328
{

en/deploy/platform/matrix.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Connecting to Matrix
2+
3+
> [!TIP]
4+
> This platform adapter is maintained by the community ([stevessr](https://github.com/stevessr)). If you find it helpful, please support the developer by giving the repository a Star. ❤️
5+
6+
## Installing the astrbot_plugin_matrix_adapter Plugin
7+
8+
Go to the AstrBot WebUI plugin marketplace, search for `astrbot_plugin_matrix_adapter`, and click Install.
9+
10+
After installation, navigate to Messaging Platforms → Add Adapter → Select Matrix (if the option is missing, try restarting AstrBot or check the plugin installation status).
11+
12+
Click `Enable` in the configuration dialog that appears.
13+
14+
## Configuration
15+
16+
Please refer to the repository's [README.md](https://github.com/stevessr/astrbot_plugin_matrix_adapter?tab=readme-ov-file#astrbot-matrix-adapter-%E6%8F%92%E4%BB%B6) for configuration instructions.
17+
18+
## Issue Reporting
19+
20+
If you have any questions, please submit an issue to the [plugin repository](https://github.com/stevessr/astrbot_plugin_matrix_adapter/issues).

zh/deploy/platform/matrix.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 接入 Matrix
2+
3+
> [!TIP]
4+
> 该平台适配器由社区([stevessr](https://github.com/stevessr)) 维护。如果您觉得有帮助,请支持开发者,给该仓库点一个 Star。❤️
5+
6+
## 安装 astrbot_plugin_matrix_adapter 插件
7+
8+
进入 AstrBot WebUI 的插件市场,搜索 `astrbot_plugin_matrix_adapter`,点击安装。
9+
10+
安装完成后,前往 消息平台 → 新增适配器 → 选择 Matrix(若选项缺失,尝试重启 AstrBot 或检查插件安装状态)。
11+
12+
在弹出的配置对话框中点击 `启用`
13+
14+
## 配置
15+
16+
请参考该仓库的 [README.md](https://github.com/stevessr/astrbot_plugin_matrix_adapter?tab=readme-ov-file#astrbot-matrix-adapter-%E6%8F%92%E4%BB%B6) 进行配置。
17+
18+
## 问题提交
19+
20+
如有疑问,请提交 issue 至[插件仓库](https://github.com/stevessr/astrbot_plugin_matrix_adapter/issues)

0 commit comments

Comments
 (0)