You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/04/03 13:48:30 UTC

[dolphinscheduler] branch dev updated: [docs] Modifying site Configurations (#9341)

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

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new ee0e3be  [docs] Modifying site Configurations (#9341)
ee0e3be is described below

commit ee0e3beb9de52569199dba9802179764eb4d24b4
Author: labbomb <73...@qq.com>
AuthorDate: Sun Apr 3 21:48:22 2022 +0800

    [docs] Modifying site Configurations (#9341)
---
 docs/configs/site.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/configs/site.js b/docs/configs/site.js
index 2797899..01b183f 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -28,6 +28,10 @@ export default {
   defaultSearch: 'google', // default search engine
   defaultLanguage: 'en-us',
   '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-omtdhuio-_JISsxYhiVsltmC5h38yfw'
+    },
     pageMenu: [
       {
         key: 'home',
@@ -210,6 +214,10 @@ export default {
     copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.',
   },
   'zh-cn': {
+    banner: {
+      text: '🤔 有关于 Apache DolphinScheduler 的疑问,加入 Slack 频道来讨论他们 ',
+      link: 'https://join.slack.com/t/asf-dolphinscheduler/shared_invite/zt-omtdhuio-_JISsxYhiVsltmC5h38yfw'
+    },
     pageMenu: [
       {
         key: 'home',