This is an automated email from the ASF dual-hosted git repository.
liujun 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 2a58eb2375 add tasks menu (#1335)
2a58eb2375 is described below
commit 2a58eb23751123f0efcdc36fec0c4fcefc00afa0
Author: ken.lj <[email protected]>
AuthorDate: Fri Aug 5 14:58:00 2022 +0800
add tasks menu (#1335)
---
content/zh/overview/tasks/ecosystem/_index.md | 72 ++++++++++++++++++++++++++
content/zh/overview/tasks/kubernetes/_index.md | 4 +-
content/zh/overview/tasks/mesh/_index.md | 4 +-
content/zh/overview/tasks/migration/_index.md | 50 ++++++++++++++++++
content/zh/overview/tasks/triple/_index.md | 2 +-
5 files changed, 127 insertions(+), 5 deletions(-)
diff --git a/content/zh/overview/tasks/ecosystem/_index.md
b/content/zh/overview/tasks/ecosystem/_index.md
new file mode 100755
index 0000000000..24549b4d92
--- /dev/null
+++ b/content/zh/overview/tasks/ecosystem/_index.md
@@ -0,0 +1,72 @@
+
+---
+type: docs
+title: "利用生态项目治理微服务"
+linkTitle: "微服务治理"
+weight: 6
+---
+
+{{< 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 mb-md-0">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>平滑升级到 Dubbo3 </a> -->
+ <p>事务管理(文档建设中)</p>
+ </h4>
+ <p>本示例演示如何通过 Seata 实现分布式 Dubbo 服务的事务管理,保证数据一致性。</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>迁移到 Dubbo3 应用级服务发现</a>
-->
+ <p>注册中心&配置中心&元数据中心(文档建设中)</p>
+ </h4>
+ <p>本示例演示如何配置和使用 Nacos 作为 Dubbo 注册中心、配置中心和元数据中心,<br/><br/>
如果您倾向更云原生、更简介的部署方式,请参考 Kubernetes 或 Mesh 部署模式</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>迁移到 Triple 协议</a> -->
+ <p>限流降级(文档建设中)</p>
+ </h4>
+ <p>使用 Sentinel 保护您的应用,防止应用因个别服务的突发流量过载而出现稳定性问题。</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+ <!-- <a href='{{< relref "./" >}}'>迁移到 Triple 协议</a> -->
+ <p>http 网关接入(文档建设中)</p>
+ </h4>
+ <p>通过网关 http 到 dubbo 协议转换,实现前端流量接入后端 dubbo 服务。</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+ <!-- <a href='{{< relref "./" >}}'>迁移到 Triple 协议</a> -->
+ <p>Spring Cloud 体系互通(文档建设中)</p>
+ </h4>
+ <p>演示如何通过 Dubbo3 应用级服务发现机制,实现和 Spring Cloud 的 rest 协议互通。</p>
+ </div>
+ </div>
+ </div>
+</div>
+<hr>
+</div>
+
+{{< /blocks/section >}}
\ No newline at end of file
diff --git a/content/zh/overview/tasks/kubernetes/_index.md
b/content/zh/overview/tasks/kubernetes/_index.md
index e9448bea72..6b2b2ed905 100755
--- a/content/zh/overview/tasks/kubernetes/_index.md
+++ b/content/zh/overview/tasks/kubernetes/_index.md
@@ -1,8 +1,8 @@
---
type: docs
-title: "Dubbo Kubernetes 部署方案"
-linkTitle: "Dubbo Kubernetes 部署方案"
+title: "Kubernetes 部署方案"
+linkTitle: "Kubernetes 部署方案"
weight: 2
hide_summary: true
no_list: true
diff --git a/content/zh/overview/tasks/mesh/_index.md
b/content/zh/overview/tasks/mesh/_index.md
index d0adc8dce1..888a90d0d5 100755
--- a/content/zh/overview/tasks/mesh/_index.md
+++ b/content/zh/overview/tasks/mesh/_index.md
@@ -1,8 +1,8 @@
---
type: docs
-title: "Dubbo Mesh 部署方案"
-linkTitle: "Dubbo Mesh 部署方案"
+title: "Mesh 部署方案"
+linkTitle: "Mesh 部署方案"
weight: 2
hide_summary: true
no_list: true
diff --git a/content/zh/overview/tasks/migration/_index.md
b/content/zh/overview/tasks/migration/_index.md
new file mode 100755
index 0000000000..0895e5c46d
--- /dev/null
+++ b/content/zh/overview/tasks/migration/_index.md
@@ -0,0 +1,50 @@
+
+---
+type: docs
+title: "如何平滑的迁移到 Dubbo3 的新功能"
+linkTitle: "迁移到 Dubbo3"
+weight: 5
+---
+
+{{< 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 mb-md-0">
+ <div class="h-100 card shadow" href="#">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>平滑升级到 Dubbo3 </a> -->
+ <p>平滑升级到 Dubbo3(文档建设中)</p>
+ </h4>
+ <p>平滑升级到 Dubbo3 版本。</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>迁移到 Dubbo3 应用级服务发现</a>
-->
+ <p>迁移到 Dubbo3 应用级服务发现(文档建设中)</p>
+ </h4>
+ <p>迁移到 Dubbo3 应用级服务发现。</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-sm col-md-6 mb-4 mb-md-0">
+ <div class="h-100 card shadow">
+ <div class="card-body">
+ <h4 class="card-title">
+<!-- <a href='{{< relref "./" >}}'>迁移到 Triple 协议</a> -->
+ <p>迁移到 Dubbo3 Triple 协议(文档建设中)</p>
+ </h4>
+ <p>迁移到 Dubbo3 Triple 协议</p>
+ </div>
+ </div>
+ </div>
+</div>
+<hr>
+</div>
+
+{{< /blocks/section >}}
\ No newline at end of file
diff --git a/content/zh/overview/tasks/triple/_index.md
b/content/zh/overview/tasks/triple/_index.md
index 8272339413..3c08b6de84 100755
--- a/content/zh/overview/tasks/triple/_index.md
+++ b/content/zh/overview/tasks/triple/_index.md
@@ -2,7 +2,7 @@
---
type: docs
title: "Triple "
-linkTitle: "Triple 示例"
+linkTitle: "Triple 使用示例"
weight: 2
hide_summary: true
no_list: true