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 e962bdf remove online demo table in the navigation bar (#249)
e962bdf is described below
commit e962bdfcd7f25c74ff9ac74f5a1aa46057fce8c8
Author: aybco <[email protected]>
AuthorDate: Tue Jan 5 22:51:16 2021 +0800
remove online demo table in the navigation bar (#249)
---
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 657c0c0..33a09fd 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -19,16 +19,6 @@ export default {
]
},
{
- title: 'Online Demo',
- children: [
- {
- title: 'Online Demo',
- target: '_blank',
- link:
'http://106.75.43.194:8888/dolphinscheduler/ui/view/login/index.html'
- }
- ]
- },
- {
title: 'User Manual',
children: [
{
diff --git a/site_config/site.js b/site_config/site.js
index abdc1eb..119c449 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -232,12 +232,6 @@ export default {
link: '/zh-cn/docs/release/download.html',
},
{
- key: 'demo',
- text: '线上demo',
- target: '_blank',
- link:
'http://106.75.43.194:8888/dolphinscheduler/ui/view/login/index.html'
- },
- {
key: 'blog',
text: '博客',
link: '/zh-cn/blog/index.html',