You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/01/06 08:23:50 UTC

[incubator-dolphinscheduler-website] branch master updated: Remove online demo (#251)

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

kirs 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 6cce88b  Remove online demo (#251)
6cce88b is described below

commit 6cce88b7fafb847aa4f8f5afeedd1116e785f6c9
Author: aybcoo <42...@users.noreply.github.com>
AuthorDate: Wed Jan 6 16:23:20 2021 +0800

    Remove online demo (#251)
    
    * remove online demo table in the navigation bar
    
    * fix remove online demo bug
---
 site_config/docs.js | 10 ----------
 site_config/site.js |  6 ------
 2 files changed, 16 deletions(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index 33a09fd..42b693a 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -90,16 +90,6 @@ export default {
                 ],
             },
             {
-                title: '在线试用',
-                children: [
-                    {
-                        title: '在线试用',
-                        target: '_blank',
-                        link: 'http://106.75.43.194:8888/dolphinscheduler/ui/view/login/index.html'
-                    }
-                ]
-            },
-            {
                 title: '用户手册',
                 children: [
                     {
diff --git a/site_config/site.js b/site_config/site.js
index 119c449..53eb5f3 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -60,12 +60,6 @@ export default {
         link: '/en-us/docs/release/download.html',
       },
       {
-        key: 'demo',
-        text: 'Online Demo',
-        target: '_blank',
-        link: 'http://106.75.43.194:8888/dolphinscheduler/ui/view/login/index.html'
-      },
-      {
         key: 'blog',
         text: 'BLOG',
         link: '/en-us/blog/index.html',