You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/06/23 10:00:06 UTC

[incubator-dolphinscheduler-website] branch master updated: Add an online demo link to the menu bar

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 2c00c2c  Add an online demo link to the menu bar
     new b34e667  Merge pull request #134 from break60/master
2c00c2c is described below

commit 2c00c2cf5b9f37e284e23d3f327b5a198ec806a2
Author: break60 <79...@qq.com>
AuthorDate: Tue Jun 23 13:56:10 2020 +0800

    Add an online demo link to the menu bar
---
 site_config/site.js | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/site_config/site.js b/site_config/site.js
index 3bad550..c57f2a2 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -44,6 +44,12 @@ export default {
         link: '/en-us/docs/release/download.html',
       },
       {
+        key: 'demo',
+        text: 'Online Demo',
+        target: '_blank',
+        link: 'http://106.75.43.194:8888'
+      },
+      {
         key: 'blog',
         text: 'BLOG',
         link: '/en-us/blog/index.html',
@@ -150,6 +156,12 @@ export default {
         link: '/zh-cn/docs/release/download.html',
       },
       {
+        key: 'demo',
+        text: '线上demo',
+        target: '_blank',
+        link: 'http://106.75.43.194:8888'
+      },
+      {
         key: 'blog',
         text: '博客',
         link: '/zh-cn/blog/index.html',