Browse Source

feat: Modifying Slack Links (#11416)

* feat: Modifying Slack Links

* append

Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
3.1.0-release
labbomb 2 years ago committed by GitHub
parent
commit
de4e4af844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/configs/site.js
  2. 2
      docs/docs/en/contribute/have-questions.md
  3. 2
      docs/docs/zh/contribute/have-questions.md

8
docs/configs/site.js

@ -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: '邮件列表',

2
docs/docs/en/contribute/have-questions.md

@ -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.

2
docs/docs/zh/contribute/have-questions.md

@ -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…
Cancel
Save