feat: Modifying Slack Links (#11416)
* feat: Modifying Slack Links * append Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
This commit is contained in:
parent
26afd655cb
commit
de4e4af844
|
|
@ -30,7 +30,7 @@ export default {
|
|||
'en-us': {
|
||||
banner: {
|
||||
text: '🤔 Have queries regarding Apache DolphinScheduler, Join Slack channel to disscuss them ',
|
||||
link: 'https://s.apache.org/dolphinscheduler-slack'
|
||||
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g'
|
||||
},
|
||||
pageMenu: [
|
||||
{
|
||||
|
|
@ -132,7 +132,7 @@ export default {
|
|||
name: 'Slack',
|
||||
img1: '/img/slack.png',
|
||||
img2: '/img/slack-selected.png',
|
||||
link: 'https://s.apache.org/dolphinscheduler-slack',
|
||||
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g',
|
||||
},
|
||||
{
|
||||
name: 'Email List',
|
||||
|
|
@ -153,7 +153,7 @@ export default {
|
|||
'zh-cn': {
|
||||
banner: {
|
||||
text: '🤔 有关于 Apache DolphinScheduler 的疑问,加入 Slack 频道来讨论他们 ',
|
||||
link: 'https://s.apache.org/dolphinscheduler-slack'
|
||||
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g'
|
||||
},
|
||||
pageMenu: [
|
||||
{
|
||||
|
|
@ -257,7 +257,7 @@ export default {
|
|||
name: 'Slack',
|
||||
img1: '/img/slack.png',
|
||||
img2: '/img/slack-selected.png',
|
||||
link: 'https://s.apache.org/dolphinscheduler-slack',
|
||||
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g',
|
||||
},
|
||||
{
|
||||
name: '邮件列表',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ The following chat rooms are officially part of Apache DolphinScheduler:
|
|||
|
||||
The Slack workspace URL: http://asf-dolphinscheduler.slack.com/.
|
||||
|
||||
You can join through invitation url: https://s.apache.org/dolphinscheduler-slack.
|
||||
You can join through invitation url: https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g.
|
||||
|
||||
This chat room is used for questions and discussions related to using DolphinScheduler.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Slack工作区的网址:http://asf-dolphinscheduler.slack.com/
|
||||
|
||||
你可以通过该邀请链接加入:https://s.apache.org/dolphinscheduler-slack
|
||||
你可以通过该邀请链接加入:https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e0s4agia-Ofkxa93zStmqTm9UsQBE8g
|
||||
|
||||
此聊天室用于与DolphinScheduler使用相关的问题讨论。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue