This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch refactor/next-2
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/refactor/next-2 by this push:
new 1cf9bb62c7 Add ecosystem files
1cf9bb62c7 is described below
commit 1cf9bb62c7813c5609a3d32c46434b0e39f118db
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 10 10:54:00 2023 +0800
Add ecosystem files
---
content/zh-cn/overview/what/ecosystem/_index.md | 174 +++++++++++++++++++++
.../what/ecosystem/config-center/_index.md | 7 +
.../what/ecosystem/config-center/apollo.md | 7 +
.../overview/what/ecosystem/config-center/nacos.md | 7 +
.../what/ecosystem/config-center/zookeeper.md | 7 +
.../overview/what/ecosystem/gateway/_index.md | 7 +
.../overview/what/ecosystem/gateway/apisix.md | 7 +
.../overview/what/ecosystem/gateway/higress.md | 7 +
.../zh-cn/overview/what/ecosystem/gateway/kong.md | 7 +
.../zh-cn/overview/what/ecosystem/gateway/pixiu.md | 7 +
.../overview/what/ecosystem/gateway/shenyu.md | 7 +
.../overview/what/ecosystem/gateway/tengine.md | 7 +
.../what/ecosystem/metadata-center/_index.md | 7 +
.../what/ecosystem/metadata-center/nacos.md | 7 +
.../what/ecosystem/metadata-center/redis.md | 7 +
.../what/ecosystem/metadata-center/zookeeper.md | 7 +
.../overview/what/ecosystem/monitoring/_index.md | 7 +
.../overview/what/ecosystem/monitoring/grafana.md | 7 +
.../what/ecosystem/monitoring/micrometer.md | 7 +
.../what/ecosystem/monitoring/prometheus.md | 7 +
.../overview/what/ecosystem/protocol/_index.md | 7 +
.../overview/what/ecosystem/protocol/dubbo.md | 7 +
.../zh-cn/overview/what/ecosystem/protocol/grpc.md | 7 +
.../zh-cn/overview/what/ecosystem/protocol/http.md | 7 +
.../zh-cn/overview/what/ecosystem/protocol/rmi.md | 7 +
.../overview/what/ecosystem/protocol/thrift.md | 7 +
.../overview/what/ecosystem/rate-limit/_index.md | 7 +
.../overview/what/ecosystem/rate-limit/hystrix.md | 7 +
.../overview/what/ecosystem/rate-limit/polaris.md | 7 +
.../overview/what/ecosystem/rate-limit/sentinel.md | 7 +
.../overview/what/ecosystem/registry/_index.md | 7 +
.../overview/what/ecosystem/registry/consul.md | 7 +
.../zh-cn/overview/what/ecosystem/registry/etcd.md | 0
.../overview/what/ecosystem/registry/eureka.md | 7 +
.../overview/what/ecosystem/registry/nacos.md | 7 +
.../overview/what/ecosystem/registry/polaris.md | 7 +
.../zh-cn/overview/what/ecosystem/registry/sofa.md | 7 +
.../overview/what/ecosystem/registry/zookeeper.md | 7 +
.../what/ecosystem/serialization/_index.md | 7 +
.../overview/what/ecosystem/serialization/avro.md | 7 +
.../what/ecosystem/serialization/fastjson.md | 7 +
.../what/ecosystem/serialization/fastjson2.md | 7 +
.../overview/what/ecosystem/serialization/fst.md | 7 +
.../overview/what/ecosystem/serialization/gson.md | 7 +
.../what/ecosystem/serialization/hessian.md | 7 +
.../overview/what/ecosystem/serialization/kryo.md | 7 +
.../what/ecosystem/serialization/msgpack.md | 7 +
.../what/ecosystem/serialization/protobuf.md | 7 +
.../overview/what/ecosystem/service-mesh/_index.md | 7 +
.../overview/what/ecosystem/service-mesh/aeraki.md | 7 +
.../overview/what/ecosystem/service-mesh/istio.md | 7 +
.../overview/what/ecosystem/tracing/_index.md | 7 +
.../overview/what/ecosystem/tracing/micrometer.md | 7 +
.../what/ecosystem/tracing/opentelemetry.md | 7 +
.../overview/what/ecosystem/tracing/skywalking.md | 7 +
.../overview/what/ecosystem/tracing/zipkin.md | 7 +
.../overview/what/ecosystem/transaction/_index.md | 7 +
.../overview/what/ecosystem/transaction/seata.md | 7 +
58 files changed, 566 insertions(+)
diff --git a/content/zh-cn/overview/what/ecosystem/_index.md
b/content/zh-cn/overview/what/ecosystem/_index.md
new file mode 100644
index 0000000000..d64f99bf32
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/_index.md
@@ -0,0 +1,174 @@
+---
+type: docs
+title: "生态"
+linkTitle: "生态"
+weight: 40
+description: ""
+no_list: true
+---
+
+{{< blocks/section color="white" height="auto">}}
+<div class="td-content list-page">
+ <div class="lead"></div><header class="article-meta">
+ </header><div class="row">
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./protocol/" >}}'>协议</a>
+ </h4>
+ <p>Dubbo 提供以下协议类型的支持:</p>
+ <p><a href='{{< relref "./protocol/dubbo" >}}'>Dubbo
协议</a></p>
+ <p><a href='{{< relref "./protocol/gRPC" >}}'>gRPC
协议</a></p>
+ <p><a href='{{< relref "./protocol/http" >}}'>HTTP / Rest
协议</a></p>
+ <p><a href='{{< relref "./protocol/thrift" >}}'>Thrift
协议</a></p>
+ <p><a href='{{< relref "./protocol/rmi" >}}'>RMI 协议</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./serialization/" >}}'>序列化</a>
+ </h4>
+ <p>Dubbo 提供以下序列化类型的支持:</p>
+ <p><a href='{{< relref "./serialization/hessian"
>}}'>Hessian 2</a></p>
+ <p><a href='{{< relref "./serialization/fastjson2"
>}}'>Fastjson 2</a></p>
+ <p><a href='{{< relref "./serialization/protobuf"
>}}'>Protobuf</a></p>
+ <p><a href='{{< relref "./serialization/fastjson"
>}}'>Fastjson</a></p>
+ <p><a href='{{< relref "./serialization/gson"
>}}'>Gson</a></p>
+ <p><a href='{{< relref "./serialization/msgpack"
>}}'>MessagePack</a></p>
+ <p><a href='{{< relref "./serialization/avro"
>}}'>Avro</a></p>
+ <p><a href='{{< relref "./serialization/fst"
>}}'>FST</a></p>
+ <p><a href='{{< relref "./serialization/kryo"
>}}'>Kryo</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./registry/" >}}'>注册中心</a>
+ </h4>
+ <p>Dubbo 提供以下注册中心的支持:</p>
+ <p><a href='{{< relref "./registry/zookeeper"
>}}'>Zookeeper</a></p>
+ <p><a href='{{< relref "./registry/nacos"
>}}'>Nacos</a></p>
+ <p><a href='{{< relref "./registry/consul"
>}}'>Consul</a></p>
+ <p><a href='{{< relref "./registry/sofa" >}}'>Sofa</a></p>
+ <p><a href='{{< relref "./registry/polaris"
>}}'>Polaris</a></p>
+ <p><a href='{{< relref "./registry/eureka"
>}}'>Eureka</a></p>
+ <p><a href='{{< relref "./registry/etcd" >}}'>Etcd</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./config-center/" >}}'>配置中心</a>
+ </h4>
+ <p>Dubbo 提供以下配置中心的支持:</p>
+ <p><a href='{{< relref "./config-center/zookeeper"
>}}'>Zookeeper</a></p>
+ <p><a href='{{< relref "./config-center/nacos"
>}}'>Nacos</a></p>
+ <p><a href='{{< relref "./config-center/apollo"
>}}'>Apollo</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./metadata-center/" >}}'>元数据中心</a>
+ </h4>
+ <p>Dubbo 提供以下元数据中心的支持:</p>
+ <p><a href='{{< relref "./metadata-center/zookeeper"
>}}'>Zookeeper</a></p>
+ <p><a href='{{< relref "./metadata-center/nacos"
>}}'>Nacos</a></p>
+ <p><a href='{{< relref "./metadata-center/Redis"
>}}'>Redis</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./gateway/" >}}'>网关</a>
+ </h4>
+ <p>Dubbo 提供以下网关的支持:</p>
+ <p><a href='{{< relref "./gateway/apisix"
>}}'>APISIX</a></p>
+ <p><a href='{{< relref "./gateway/shenyu"
>}}'>Shenyu</a></p>
+ <p><a href='{{< relref "./gateway/higress"
>}}'>Higress</a></p>
+ <p><a href='{{< relref "./gateway/kong" >}}'>Kong</a></p>
+ <p><a href='{{< relref "./gateway/pixiu" >}}'>Pixiu</a></p>
+ <p><a href='{{< relref "./gateway/tengine"
>}}'>Tengine</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./service-mesh/" >}}'>Service Mesh</a>
+ </h4>
+ <p>Dubbo 提供以下 Service Mesh 控制平面的支持:</p>
+ <p><a href='{{< relref "./service-mesh/istio"
>}}'>istio</a></p>
+ <p><a href='{{< relref "./service-mesh/aeraki"
>}}'>Aeraki</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./rate-limit/" >}}'>限流降级</a>
+ </h4>
+ <p>Dubbo 提供以下限流降级的支持:</p>
+ <p><a href='{{< relref "./rate-limit/sentinel"
>}}'>Sentinel</a></p>
+ <p><a href='{{< relref "./rate-limit/polaris"
>}}'>Polaris</a></p>
+ <p><a href='{{< relref "./rate-limit/hystrix"
>}}'>Hystrix</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./transaction/" >}}'>全局事务</a>
+ </h4>
+ <p>Dubbo 提供以下全局事务的支持:</p>
+ <p><a href='{{< relref "./transaction/seata"
>}}'>Seata</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./tracing/" >}}'>链路追踪</a>
+ </h4>
+ <p>Dubbo 提供以下链路追踪的支持:</p>
+ <p><a href='{{< relref "./tracing/skywalking"
>}}'>Skywalking</a></p>
+ <p><a href='{{< relref "./tracing/zipkin"
>}}'>Zipkin</a></p>
+ <p><a href='{{< relref "./tracing/micrometer"
>}}'>MicroMeter</a></p>
+ <p><a href='{{< relref "./tracing/opentelemetry"
>}}'>OpenTelemetry</a></p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+ <a href='{{< relref "./monitoring/" >}}'>监控</a>
+ </h4>
+ <p>Dubbo 提供以下监控平台的支持:</p>
+ <p><a href='{{< relref "./monitoring/prometheus"
>}}'>Prometheus</a></p>
+ <p><a href='{{< relref "./monitoring/grafana"
>}}'>Grafana</a></p>
+ <p><a href='{{< relref "./monitoring/micrometer"
>}}'>MicroMeter</a></p>
+ </div>
+ </div>
+ </div>
+</div>
+<hr>
+</div>
+
+{{< /blocks/section >}}
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/config-center/_index.md
b/content/zh-cn/overview/what/ecosystem/config-center/_index.md
new file mode 100644
index 0000000000..02a74de5f4
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/config-center/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "配置中心"
+linkTitle: "配置中心"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/config-center/apollo.md
b/content/zh-cn/overview/what/ecosystem/config-center/apollo.md
new file mode 100644
index 0000000000..7fba329bd0
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/config-center/apollo.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Apollo"
+linkTitle: "Apollo"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/config-center/nacos.md
b/content/zh-cn/overview/what/ecosystem/config-center/nacos.md
new file mode 100644
index 0000000000..b143dedff1
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/config-center/nacos.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Nacos"
+linkTitle: "Nacos"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/config-center/zookeeper.md
b/content/zh-cn/overview/what/ecosystem/config-center/zookeeper.md
new file mode 100644
index 0000000000..7e3f0fcccf
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/config-center/zookeeper.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Zookeeper"
+linkTitle: "Zookeeper"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/_index.md
b/content/zh-cn/overview/what/ecosystem/gateway/_index.md
new file mode 100644
index 0000000000..21ab0d069a
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "网关"
+linkTitle: "网关"
+weight: 60
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/apisix.md
b/content/zh-cn/overview/what/ecosystem/gateway/apisix.md
new file mode 100644
index 0000000000..28a964b6e7
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/apisix.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Apache APISIX"
+linkTitle: "Apache APISIX"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/higress.md
b/content/zh-cn/overview/what/ecosystem/gateway/higress.md
new file mode 100644
index 0000000000..db3af7ea26
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/higress.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Higress"
+linkTitle: "Higress"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/kong.md
b/content/zh-cn/overview/what/ecosystem/gateway/kong.md
new file mode 100644
index 0000000000..3a430515e1
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/kong.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Kong"
+linkTitle: "Kong"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/pixiu.md
b/content/zh-cn/overview/what/ecosystem/gateway/pixiu.md
new file mode 100644
index 0000000000..a9ab042149
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/pixiu.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Apache Dubbo Go Pixiu"
+linkTitle: "Apache Dubbo Go Pixiu"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/shenyu.md
b/content/zh-cn/overview/what/ecosystem/gateway/shenyu.md
new file mode 100644
index 0000000000..d5feeeb20e
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/shenyu.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Apache Shenyu"
+linkTitle: "Apache Shenyu"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/gateway/tengine.md
b/content/zh-cn/overview/what/ecosystem/gateway/tengine.md
new file mode 100644
index 0000000000..47b6c38de2
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/gateway/tengine.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Tengine"
+linkTitle: "Tengine"
+weight: 60
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/metadata-center/_index.md
b/content/zh-cn/overview/what/ecosystem/metadata-center/_index.md
new file mode 100644
index 0000000000..aa0c1a363d
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/metadata-center/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "元数据中心"
+linkTitle: "元数据中心"
+weight: 50
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/metadata-center/nacos.md
b/content/zh-cn/overview/what/ecosystem/metadata-center/nacos.md
new file mode 100644
index 0000000000..b143dedff1
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/metadata-center/nacos.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Nacos"
+linkTitle: "Nacos"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/metadata-center/redis.md
b/content/zh-cn/overview/what/ecosystem/metadata-center/redis.md
new file mode 100644
index 0000000000..35ebe94393
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/metadata-center/redis.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Redis"
+linkTitle: "Redis"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/metadata-center/zookeeper.md
b/content/zh-cn/overview/what/ecosystem/metadata-center/zookeeper.md
new file mode 100644
index 0000000000..7e3f0fcccf
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/metadata-center/zookeeper.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Zookeeper"
+linkTitle: "Zookeeper"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/monitoring/_index.md
b/content/zh-cn/overview/what/ecosystem/monitoring/_index.md
new file mode 100644
index 0000000000..a0a6f47291
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/monitoring/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "监控"
+linkTitle: "监控"
+weight: 110
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/monitoring/grafana.md
b/content/zh-cn/overview/what/ecosystem/monitoring/grafana.md
new file mode 100644
index 0000000000..ca2586c579
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/monitoring/grafana.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Grafana"
+linkTitle: "Grafana"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/monitoring/micrometer.md
b/content/zh-cn/overview/what/ecosystem/monitoring/micrometer.md
new file mode 100644
index 0000000000..cb530210ec
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/monitoring/micrometer.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Micrometer"
+linkTitle: "Micrometer"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/monitoring/prometheus.md
b/content/zh-cn/overview/what/ecosystem/monitoring/prometheus.md
new file mode 100644
index 0000000000..5556951ccf
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/monitoring/prometheus.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Prometheus"
+linkTitle: "Prometheus"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/_index.md
b/content/zh-cn/overview/what/ecosystem/protocol/_index.md
new file mode 100644
index 0000000000..d9c80302ac
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "协议"
+linkTitle: "协议"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/dubbo.md
b/content/zh-cn/overview/what/ecosystem/protocol/dubbo.md
new file mode 100644
index 0000000000..e23f2984a2
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/dubbo.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Dubbo"
+linkTitle: "Dubbo"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/grpc.md
b/content/zh-cn/overview/what/ecosystem/protocol/grpc.md
new file mode 100644
index 0000000000..f8282e436c
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/grpc.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "gRPC"
+linkTitle: "gRPC"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/http.md
b/content/zh-cn/overview/what/ecosystem/protocol/http.md
new file mode 100644
index 0000000000..16e5ac640c
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/http.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "http"
+linkTitle: "http"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
b/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
new file mode 100644
index 0000000000..45aadb8812
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/rmi.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "RMI"
+linkTitle: "RMI"
+weight: 50
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
b/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
new file mode 100644
index 0000000000..9dfab7590c
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/protocol/thrift.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Thrift"
+linkTitle: "Thrift"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/rate-limit/_index.md
b/content/zh-cn/overview/what/ecosystem/rate-limit/_index.md
new file mode 100644
index 0000000000..e9145ff8c8
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/rate-limit/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "限流降级"
+linkTitle: "限流降级"
+weight: 80
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/rate-limit/hystrix.md
b/content/zh-cn/overview/what/ecosystem/rate-limit/hystrix.md
new file mode 100644
index 0000000000..166a41bc30
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/rate-limit/hystrix.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Hystrix"
+linkTitle: "Hystrix"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/rate-limit/polaris.md
b/content/zh-cn/overview/what/ecosystem/rate-limit/polaris.md
new file mode 100644
index 0000000000..cfe514db25
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/rate-limit/polaris.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Polaris"
+linkTitle: "Polaris"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/rate-limit/sentinel.md
b/content/zh-cn/overview/what/ecosystem/rate-limit/sentinel.md
new file mode 100644
index 0000000000..026c8055c8
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/rate-limit/sentinel.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Sentinel"
+linkTitle: "Sentinel"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/_index.md
b/content/zh-cn/overview/what/ecosystem/registry/_index.md
new file mode 100644
index 0000000000..be87a46382
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "注册中心"
+linkTitle: "注册中心"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/consul.md
b/content/zh-cn/overview/what/ecosystem/registry/consul.md
new file mode 100644
index 0000000000..6e7e5db795
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/consul.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Consul"
+linkTitle: "Consul"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/etcd.md
b/content/zh-cn/overview/what/ecosystem/registry/etcd.md
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/content/zh-cn/overview/what/ecosystem/registry/eureka.md
b/content/zh-cn/overview/what/ecosystem/registry/eureka.md
new file mode 100644
index 0000000000..91787dbf41
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/eureka.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Eureka"
+linkTitle: "Eureka"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/nacos.md
b/content/zh-cn/overview/what/ecosystem/registry/nacos.md
new file mode 100644
index 0000000000..b143dedff1
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/nacos.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Nacos"
+linkTitle: "Nacos"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/polaris.md
b/content/zh-cn/overview/what/ecosystem/registry/polaris.md
new file mode 100644
index 0000000000..7664dd0196
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/polaris.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Polaris"
+linkTitle: "Polaris"
+weight: 50
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/sofa.md
b/content/zh-cn/overview/what/ecosystem/registry/sofa.md
new file mode 100644
index 0000000000..a1cf019131
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/sofa.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Sofa"
+linkTitle: "Sofa"
+weight: 60
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/registry/zookeeper.md
b/content/zh-cn/overview/what/ecosystem/registry/zookeeper.md
new file mode 100644
index 0000000000..7e3f0fcccf
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/registry/zookeeper.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Zookeeper"
+linkTitle: "Zookeeper"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/_index.md
b/content/zh-cn/overview/what/ecosystem/serialization/_index.md
new file mode 100644
index 0000000000..d814b98239
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "序列化"
+linkTitle: "序列化"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/avro.md
b/content/zh-cn/overview/what/ecosystem/serialization/avro.md
new file mode 100644
index 0000000000..05c530cadc
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/avro.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Avro"
+linkTitle: "Avro"
+weight: 50
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/fastjson.md
b/content/zh-cn/overview/what/ecosystem/serialization/fastjson.md
new file mode 100644
index 0000000000..0b4e4b5bd3
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/fastjson.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Fastjson"
+linkTitle: "Fastjson"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/fastjson2.md
b/content/zh-cn/overview/what/ecosystem/serialization/fastjson2.md
new file mode 100644
index 0000000000..a2e03bca3e
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/fastjson2.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Fastjson2"
+linkTitle: "Fastjson2"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/fst.md
b/content/zh-cn/overview/what/ecosystem/serialization/fst.md
new file mode 100644
index 0000000000..02cc1a0000
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/fst.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "FST"
+linkTitle: "FST"
+weight: 60
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/gson.md
b/content/zh-cn/overview/what/ecosystem/serialization/gson.md
new file mode 100644
index 0000000000..fc53caf584
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/gson.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Gson"
+linkTitle: "Gson"
+weight: 70
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
b/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
new file mode 100644
index 0000000000..18cdea746c
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/hessian.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Hessian"
+linkTitle: "Hessian"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/kryo.md
b/content/zh-cn/overview/what/ecosystem/serialization/kryo.md
new file mode 100644
index 0000000000..7885390b26
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/kryo.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Kryo"
+linkTitle: "Kryo"
+weight: 80
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/msgpack.md
b/content/zh-cn/overview/what/ecosystem/serialization/msgpack.md
new file mode 100644
index 0000000000..1f0c6f0be2
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/msgpack.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "MessagePack"
+linkTitle: "MessagePack"
+weight: 80
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/serialization/protobuf.md
b/content/zh-cn/overview/what/ecosystem/serialization/protobuf.md
new file mode 100644
index 0000000000..3cca8a409a
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/serialization/protobuf.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Protobuf"
+linkTitle: "Protobuf"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/service-mesh/_index.md
b/content/zh-cn/overview/what/ecosystem/service-mesh/_index.md
new file mode 100644
index 0000000000..6b4b600880
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/service-mesh/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Service Mesh"
+linkTitle: "Service Mesh"
+weight: 70
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/service-mesh/aeraki.md
b/content/zh-cn/overview/what/ecosystem/service-mesh/aeraki.md
new file mode 100644
index 0000000000..58521f7c55
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/service-mesh/aeraki.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Aeraki"
+linkTitle: "Aeraki"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/service-mesh/istio.md
b/content/zh-cn/overview/what/ecosystem/service-mesh/istio.md
new file mode 100644
index 0000000000..9deb4c36d6
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/service-mesh/istio.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "istio"
+linkTitle: "istio"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/tracing/_index.md
b/content/zh-cn/overview/what/ecosystem/tracing/_index.md
new file mode 100644
index 0000000000..6e8d5a3337
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/tracing/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "链路追踪"
+linkTitle: "链路追踪"
+weight: 100
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/tracing/micrometer.md
b/content/zh-cn/overview/what/ecosystem/tracing/micrometer.md
new file mode 100644
index 0000000000..cb530210ec
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/tracing/micrometer.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Micrometer"
+linkTitle: "Micrometer"
+weight: 30
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/tracing/opentelemetry.md
b/content/zh-cn/overview/what/ecosystem/tracing/opentelemetry.md
new file mode 100644
index 0000000000..1790731001
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/tracing/opentelemetry.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "OpenTelemetry"
+linkTitle: "OpenTelemetry"
+weight: 40
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/tracing/skywalking.md
b/content/zh-cn/overview/what/ecosystem/tracing/skywalking.md
new file mode 100644
index 0000000000..155421edbc
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/tracing/skywalking.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Skywalking"
+linkTitle: "Skywalking"
+weight: 10
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/tracing/zipkin.md
b/content/zh-cn/overview/what/ecosystem/tracing/zipkin.md
new file mode 100644
index 0000000000..333471fea7
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/tracing/zipkin.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Zipkin"
+linkTitle: "Zipkin"
+weight: 20
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/transaction/_index.md
b/content/zh-cn/overview/what/ecosystem/transaction/_index.md
new file mode 100644
index 0000000000..9a336dde10
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/transaction/_index.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "全局事务"
+linkTitle: "全局事务"
+weight: 90
+description: ""
+---
\ No newline at end of file
diff --git a/content/zh-cn/overview/what/ecosystem/transaction/seata.md
b/content/zh-cn/overview/what/ecosystem/transaction/seata.md
new file mode 100644
index 0000000000..86e33da93a
--- /dev/null
+++ b/content/zh-cn/overview/what/ecosystem/transaction/seata.md
@@ -0,0 +1,7 @@
+---
+type: docs
+title: "Seata"
+linkTitle: "Seata"
+weight: 10
+description: ""
+---
\ No newline at end of file