Browse Source

[doc] Update slack invitation link (#12258)

3.2.0-release
David 2 years ago committed by GitHub
parent
commit
7bdbd62985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/configs/site.js

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://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg'
link: 'https://s.apache.org/dolphinscheduler-slack'
},
pageMenu: [
{
@ -137,7 +137,7 @@ export default {
name: 'Slack',
img1: '/img/slack.png',
img2: '/img/slack-selected.png',
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg',
link: 'https://s.apache.org/dolphinscheduler-slack',
},
{
name: 'Email List',
@ -158,7 +158,7 @@ export default {
'zh-cn': {
banner: {
text: '🤔 有关于 Apache DolphinScheduler 的疑问加入 Slack 频道来讨论他们 ',
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg'
link: 'https://s.apache.org/dolphinscheduler-slack'
},
pageMenu: [
{
@ -267,7 +267,7 @@ export default {
name: 'Slack',
img1: '/img/slack.png',
img2: '/img/slack-selected.png',
link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-1e36toy4n-5n9U2R__FDM05R~MJFFVBg',
link: 'https://s.apache.org/dolphinscheduler-slack',
},
{
name: '邮件列表',

Loading…
Cancel
Save