This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 3.0.0-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 59f3bce232954cbac832dac15ebb23a26841188e
Author: Tq <[email protected]>
AuthorDate: Thu Jul 28 17:21:32 2022 +0800

    add Feishu alert doc and configure email alert doc to the docsdev.js 
(#11173)
    
    add Feishu alert doc and configure email alert doc to the docsdev.js
    
    (cherry picked from commit 9859b5da1f654739b9b8d6840bdbb0200fe17c57)
---
 docs/configs/docsdev.js                            |  16 ++++++++++++++++
 docs/docs/en/guide/alert/feishu.md                 |  17 +++++++++++++++++
 docs/docs/zh/guide/alert/feishu.md                 |  14 ++++++++++++++
 docs/img/new_ui/dev/alert/alert_feishu.png         | Bin 0 -> 18181 bytes
 docs/img/new_ui/dev/alert/alert_feishu_webhook.png | Bin 0 -> 25193 bytes
 5 files changed, 47 insertions(+)

diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 8ea09d8044..62b1853947 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -252,6 +252,10 @@ export default {
                                 title: 'Alert Component User Guide ',
                                 link: 
'/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
+                            {
+                                title: 'Email',
+                                link: 
'/en-us/docs/dev/user_doc/guide/alert/email.html',
+                            },
                             {
                                 title: 'Telegram',
                                 link: 
'/en-us/docs/dev/user_doc/guide/alert/telegram.html',
@@ -276,6 +280,10 @@ export default {
                                 title: 'Http',
                                 link: 
'/en-us/docs/dev/user_doc/guide/alert/http.html',
                             },
+                            {
+                                title: 'Feishu',
+                                link: 
'/en-us/docs/dev/user_doc/guide/alert/feishu.html',
+                            },
                         ],
                     },
                     {
@@ -640,6 +648,10 @@ export default {
                                 title: '告警组件向导',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
+                            {
+                                title: 'Email',
+                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/email.html',
+                            },
                             {
                                 title: 'Telegram',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
@@ -664,6 +676,10 @@ export default {
                                 title: 'Http告警',
                                 link: 
'/zh-cn/docs/dev/user_doc/guide/alert/http.html',
                             },
+                            {
+                                title: '飞书告警',
+                                link: 
'/zh-cn/docs/dev/user_doc/guide/alert/feishu.html',
+                            },
                         ],
                     },
                     {
diff --git a/docs/docs/en/guide/alert/feishu.md 
b/docs/docs/en/guide/alert/feishu.md
new file mode 100644
index 0000000000..bb0e94675c
--- /dev/null
+++ b/docs/docs/en/guide/alert/feishu.md
@@ -0,0 +1,17 @@
+# Feishu
+
+If you need to use `Feishu` for alerting, create an alert instance in the 
alert instance management and select
+the `Feishu` plugin.
+
+The following shows the `Feishu` configuration example:
+
+![alert-feishu](../../../../img/new_ui/dev/alert/alert_feishu.png)
+
+## Parameter Configuration
+
+* Webhook
+  > Copy the robot webhook URL shown below:
+
+  
![alert-feishu-webhook](../../../../img/new_ui/dev/alert/alert_feishu_webhook.png)
+
+[Feishu:Use bots in 
groups](https://www.feishu.cn/hc/en-US/articles/360024984973)
diff --git a/docs/docs/zh/guide/alert/feishu.md 
b/docs/docs/zh/guide/alert/feishu.md
new file mode 100644
index 0000000000..89db7e8b35
--- /dev/null
+++ b/docs/docs/zh/guide/alert/feishu.md
@@ -0,0 +1,14 @@
+# 飞书
+
+如果您需要使用到飞书进行告警,请在告警实例管理里创建告警实例,选择 Feishu 插件。飞书的配置样例如下:
+
+![alert-feishu](../../../../img/new_ui/dev/alert/alert_feishu.png)
+
+参数配置
+
+* Webhook
+  > 复制机器人的webhook地址,如下图所示:
+
+  
![alert-feishu-webhook](../../../../img/new_ui/dev/alert/alert_feishu_webhook.png)
+
+[飞书:如何在群组中使用机器人?](https://www.feishu.cn/hc/zh-CN/articles/360024984973)
diff --git a/docs/img/new_ui/dev/alert/alert_feishu.png 
b/docs/img/new_ui/dev/alert/alert_feishu.png
new file mode 100644
index 0000000000..c5229977af
Binary files /dev/null and b/docs/img/new_ui/dev/alert/alert_feishu.png differ
diff --git a/docs/img/new_ui/dev/alert/alert_feishu_webhook.png 
b/docs/img/new_ui/dev/alert/alert_feishu_webhook.png
new file mode 100644
index 0000000000..4b40990c6d
Binary files /dev/null and b/docs/img/new_ui/dev/alert/alert_feishu_webhook.png 
differ

Reply via email to