This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 3.0.3-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 1eb4f3a837dc55a276986e21126c0c4db33e8ddc Author: Tq <[email protected]> AuthorDate: Tue Nov 1 09:49:05 2022 +0800 [doc][fix] Add new alert doc Slack (#12567) (cherry picked from commit 4e2701b57ef55c93f1f14f348e96a2f7c5fd2177) --- docs/configs/docs3-0-2.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configs/docs3-0-2.js b/docs/configs/docs3-0-2.js index 392ac5ca44..a0d63e8bb6 100644 --- a/docs/configs/docs3-0-2.js +++ b/docs/configs/docs3-0-2.js @@ -268,6 +268,10 @@ export default { title: 'Slack', link: '/en-us/docs/dev/user_doc/guide/alert/slack.html', }, + { + title: 'Slack', + link: '/en-us/docs/dev/user_doc/guide/alert/slack.html', + }, ], }, { @@ -806,6 +810,10 @@ export default { title: 'Slack告警', link: '/zh-cn/docs/dev/user_doc/guide/alert/slack.html', }, + { + title: 'Slack告警', + link: '/zh-cn/docs/dev/user_doc/guide/alert/slack.html', + }, ], }, {
