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/17 07:43:49 UTC

[dubbo-website] branch master updated: fix style (#450)

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 7895eec  fix style (#450)
7895eec is described below

commit 7895eec315fc4255d4b218691708f1328afdc741
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Sat Aug 17 15:43:44 2019 +0800

    fix style (#450)
---
 site_config/ecology.js | 70 ++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 59 insertions(+), 11 deletions(-)

diff --git a/site_config/ecology.js b/site_config/ecology.js
index 91bae6a..5a857c1 100644
--- a/site_config/ecology.js
+++ b/site_config/ecology.js
@@ -525,6 +525,7 @@ export default {
               {
                 name: 'Fst',
                 img: '/img/ecology/java.png',
+                hiddenImg: true,
                 desc: 'FST: fast java serialization drop in-replacement',
                 tags: [
                   {
@@ -903,11 +904,11 @@ export default {
                 desc: 'A lightweight powerful flow control component enabling reliability and monitoring for microservices',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
-                    text: 'Config',
+                    text: 'Reliability',
                     bgColor: '#00D0D9',
                   },
                 ],
@@ -920,11 +921,11 @@ export default {
                 desc: 'Hystrix: Latency and Fault Tolerance for Distributed Systems',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
-                    text: 'Config',
+                    text: 'Reliability',
                     bgColor: '#00D0D9',
                   },
                 ],
@@ -937,11 +938,11 @@ export default {
                 desc: 'Resilience4j is a fault tolerance library designed for Java8 and functional programming',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
-                    text: 'Config',
+                    text: 'Reliability',
                     bgColor: '#00D0D9',
                   },
                 ],
@@ -959,11 +960,11 @@ export default {
                 desc: 'An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications.',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
-                    text: 'Config',
+                    text: 'Authorization',
                     bgColor: '#00D0D9',
                   },
                 ],
@@ -981,11 +982,11 @@ export default {
                 desc: 'Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
-                    text: 'Config',
+                    text: 'Event',
                     bgColor: '#00D0D9',
                   },
                 ],
@@ -1003,7 +1004,7 @@ export default {
                 desc: 'Simplify API development for users, teams, and enterprises with the Swagger open source and professional toolset. ',
                 tags: [
                   {
-                    text: 'Registry',
+                    text: 'Microservice Components',
                     bgColor: '#835BE3',
                   },
                   {
@@ -1016,6 +1017,29 @@ 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',
+              },
+            ],
+          },
         ],
       },
       {
@@ -1965,6 +1989,7 @@ export default {
               {
                 name: 'Fst',
                 img: '/img/ecology/java.png',
+                hiddenImg: true,
                 desc: 'FST: 一个快速的Java序列化工具',
                 tags: [
                   {
@@ -2456,6 +2481,29 @@ 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',
+              },
+            ],
+          },
         ],
       },
       {