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 3aa39809db polish doc title
3aa39809db is described below

commit 3aa39809db417f0bd7d702b74103457f39d88cc0
Author: chickenlj <[email protected]>
AuthorDate: Thu Aug 4 12:24:00 2022 +0800

    polish doc title
---
 content/zh/overview/tasks/kubernetes/deploy-on-k8s.md | 2 +-
 content/zh/overview/tasks/mesh/dubbo-mesh.md          | 2 +-
 content/zh/overview/tasks/mesh/proxyless.md           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/zh/overview/tasks/kubernetes/deploy-on-k8s.md 
b/content/zh/overview/tasks/kubernetes/deploy-on-k8s.md
index 202c155687..5437f1c98a 100644
--- a/content/zh/overview/tasks/kubernetes/deploy-on-k8s.md
+++ b/content/zh/overview/tasks/kubernetes/deploy-on-k8s.md
@@ -1,7 +1,7 @@
 ---
 type: docs
 title: "部署到 Kubernetes"
-linkTitle: "如何部署 Dubbo 到 Kubernetes"
+linkTitle: "基于 API-SERVER 的原生 K8S Service"
 weight: 2
 description: "该示例演示了直接以 API-SERVER 为注册中心,将 Dubbo 应用部署到 Kubernetes 并复用 
Kubernetes Native Service 的使用示例。
 此示例的局限在于需要授予每个 Dubbo 应用访问 API-SERVER 特定资源的权限,同时直接访问和监听 API-SERVER 
对中小集群来说并没有什么问题,
diff --git a/content/zh/overview/tasks/mesh/dubbo-mesh.md 
b/content/zh/overview/tasks/mesh/dubbo-mesh.md
index 538b26f71a..355efaeb49 100644
--- a/content/zh/overview/tasks/mesh/dubbo-mesh.md
+++ b/content/zh/overview/tasks/mesh/dubbo-mesh.md
@@ -1,7 +1,7 @@
 ---
 type: docs
 title: "Istio + Sidecar + Thin SDK"
-linkTitle: "Sidecar + Thin SDK"
+linkTitle: "Sidecar 模式"
 weight: 1
 description: ""
 ---
diff --git a/content/zh/overview/tasks/mesh/proxyless.md 
b/content/zh/overview/tasks/mesh/proxyless.md
index 3905e47cd8..92538e75b4 100644
--- a/content/zh/overview/tasks/mesh/proxyless.md
+++ b/content/zh/overview/tasks/mesh/proxyless.md
@@ -1,7 +1,7 @@
 ---
 type: docs
 title: "Istio + Proxyless"
-linkTitle: "Proxyless"
+linkTitle: "Proxyless 模式"
 weight: 2
 description: ""
 ---

Reply via email to