You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2022/03/01 08:07:05 UTC

[dolphinscheduler-website] branch master updated: Add missing sidebar for alert plugin in dev doc (#709)

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

leonbao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b087b2  Add missing sidebar for alert plugin in dev doc (#709)
8b087b2 is described below

commit 8b087b2ec72ca3fad1fd03b6f05636fd5f835705
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Tue Mar 1 16:07:00 2022 +0800

    Add missing sidebar for alert plugin in dev doc (#709)
    
    This patch correct the missing link for alert plugin:
    * telegram
    * dingtalk
    * webexteams
---
 site_config/docsdev.js | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/site_config/docsdev.js b/site_config/docsdev.js
index 5b07a23..d0f560a 100644
--- a/site_config/docsdev.js
+++ b/site_config/docsdev.js
@@ -202,9 +202,21 @@ export default {
                                 link: '/en-us/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
                             {
+                                title: 'Telegram',
+                                link: '/en-us/docs/dev/user_doc/guide/alert/telegram.html',
+                            },
+                            {
+                                title: 'Ding Talk',
+                                link: '/en-us/docs/dev/user_doc/guide/alert/dingtalk.html',
+                            },
+                            {
                                 title: 'Enterprise Wechat',
                                 link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
                             },
+                            {
+                                title: 'Enterprise Webexteams',
+                                link: '/en-us/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
+                            },
                         ],
                     },
                     {
@@ -477,13 +489,25 @@ export default {
                         title: '告警',
                         children: [
                             {
-                                title: '告警组件向导 ',
+                                title: '告警组件向导',
                                 link: '/zh-cn/docs/dev/user_doc/guide/alert/alert_plugin_user_guide.html',
                             },
                             {
+                                title: 'Telegram',
+                                link: '/zh-cn/docs/dev/user_doc/guide/alert/telegram.html',
+                            },
+                            {
+                                title: '钉钉告警',
+                                link: '/zh-cn/docs/dev/user_doc/guide/alert/dingtalk.html',
+                            },
+                            {
                                 title: '企业微信',
                                 link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-wechat.html',
                             },
+                            {
+                                title: 'Webexteams',
+                                link: '/zh-cn/docs/dev/user_doc/guide/alert/enterprise-webexteams.html',
+                            },
                         ],
                     },
                     {