Skip to content

Commit 39ecdfb

Browse files
committed
docs: add com.msgbyte.iam plugin document
1 parent 05aae65 commit 39ecdfb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

client/web/src/plugin/builtin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export const builtinPlugins: PluginManifest[] = _compact([
7575
'label.zh-CN': 'IAM 插件',
7676
name: 'com.msgbyte.iam',
7777
url: '{BACKEND}/plugins/com.msgbyte.iam/index.js',
78+
documentUrl:
79+
'https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.iam',
7880
version: '0.0.0',
7981
author: 'moonrailgun',
8082
description:

server/plugins/com.msgbyte.iam/web/plugins/com.msgbyte.iam/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"label.zh-CN": "IAM 插件",
44
"name": "com.msgbyte.iam",
55
"url": "{BACKEND}/plugins/com.msgbyte.iam/index.js",
6+
"documentUrl": "https://tailchat.msgbyte.com/docs/advanced-usage/plugins/com.msgbyte.iam",
67
"version": "0.0.0",
78
"author": "moonrailgun",
89
"description": "Provide Tailchat with the function of conveniently accessing external account systems",

0 commit comments

Comments
 (0)