You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dolphinscheduler.apache.org by li...@apache.org on 2019/11/28 11:48:47 UTC

[incubator-dolphinscheduler-website] branch master updated: add download link

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

lidongdai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a95bbe  add download link
2a95bbe is described below

commit 2a95bbe6a9441ee8c973868f5859e312e2171ef8
Author: lidongdai <do...@google.com>
AuthorDate: Thu Nov 28 19:48:07 2019 +0800

    add download link
---
 site_config/site.js | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index 5564b49..38c8b70 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -23,12 +23,12 @@ export default {
           }
         ]
       },
-      // {
-      //   key: 'download',
-      //   text: 'DOWNLOAD',
-      //   link: 'https://github.com/apache/incubator-dolphinscheduler/releases',
-      //   target: '_blank',
-      // },
+      {
+        key: 'download',
+        text: 'DOWNLOAD',
+        link: 'https://github.com/apache/incubator-dolphinscheduler/releases',
+        target: '_blank',
+      },
       {
         key: 'blog',
         text: 'BLOG',
@@ -115,12 +115,12 @@ export default {
           }
         ]
       },
-      // {
-      //   key: 'download',
-      //   text: '下载',
-      //   link: 'https://github.com/apache/incubator-dolphinscheduler/releases',
-      //   target: '_blank',
-      // },
+      {
+        key: 'download',
+        text: '下载',
+        link: 'https://github.com/apache/incubator-dolphinscheduler/releases',
+        target: '_blank',
+      },
       {
         key: 'blog',
         text: '博客',