You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/08/22 07:45:27 UTC

[dubbo-website] branch master updated: remove schedulerX (#453)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6ff86d9  remove schedulerX (#453)
6ff86d9 is described below

commit 6ff86d94f67daeca51acac5f625b4c477577e5e1
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Thu Aug 22 15:45:22 2019 +0800

    remove schedulerX (#453)
---
 site_config/ecology.js | 42 ++----------------------------------------
 1 file changed, 2 insertions(+), 40 deletions(-)

diff --git a/site_config/ecology.js b/site_config/ecology.js
index 5a857c1..f1dade2 100644
--- a/site_config/ecology.js
+++ b/site_config/ecology.js
@@ -1019,26 +1019,7 @@ export default {
           },
           {
             title: 'Scheduling',
-            children: [
-              {
-                name: 'SchedulerX',
-                img: '/img/ecology/java.png',
-                hiddenImg: true,
-                desc: 'A distributed task scheduling componenent',
-                tags: [
-                  {
-                    text: 'Microservice Components',
-                    bgColor: '#835BE3',
-                  },
-                  {
-                    text: 'Scheduling',
-                    bgColor: '#00D0D9',
-                  },
-                ],
-                website: 'https://www.aliyun.com/aliware/schedulerx',
-                repository: 'https://www.aliyun.com/aliware/schedulerx',
-              },
-            ],
+            children: [],
           },
         ],
       },
@@ -2483,26 +2464,7 @@ export default {
           },
           {
             title: '调度',
-            children: [
-              {
-                name: 'SchedulerX',
-                img: '/img/ecology/java.png',
-                hiddenImg: true,
-                desc: '分布式调度系统',
-                tags: [
-                  {
-                    text: '微服务组件',
-                    bgColor: '#835BE3',
-                  },
-                  {
-                    text: '调度',
-                    bgColor: '#00D0D9',
-                  },
-                ],
-                website: 'https://www.aliyun.com/aliware/schedulerx',
-                repository: 'https://www.aliyun.com/aliware/schedulerx',
-              },
-            ],
+            children: [],
           },
         ],
       },