This is an automated email from the ASF dual-hosted git repository.
albumenj 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 fb0e8740c3f [fix] optimization (#1389)
fb0e8740c3f is described below
commit fb0e8740c3f7474ec2dcf222c14e8f4788a4fbbf
Author: JIAN ZHONG <[email protected]>
AuthorDate: Tue Aug 16 16:10:11 2022 +0800
[fix] optimization (#1389)
---
content/zh/overview/what/_index.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/content/zh/overview/what/_index.md
b/content/zh/overview/what/_index.md
index e1d4805a4aa..e20641ef598 100644
--- a/content/zh/overview/what/_index.md
+++ b/content/zh/overview/what/_index.md
@@ -6,12 +6,11 @@ weight: 1
description: ""
---
-Apache Dubbo 是一款 RPC 微服务框架,提供了包括 Java、Golang 等在内的多种语言 SDK 实现,如果你是,
+Apache Dubbo 是一款 RPC 微服务框架,提供了包括 Java、Golang 等在内的多种语言 SDK 实现。
+
* 第一次接触 Dubbo,请继续阅读本章了解 Dubbo 提供的丰富功能及核心概念;
* 想快速体验 Dubbo,请参考 [快速开始](../quickstart)
-* 高级用法请参考 [多语言 SDK 文档](../mannual)
-* 关注 Dubbo3
+* Dubbo3 高级用法参考 [多语言 SDK 文档](../mannual)
+* Dubbo3 的设计和迁移
* [3.0 设计理念与核心功能](./dubbo3/)
* [如何迁移到 Dubbo3](/zh/docs3-v2/java-sdk/upgrades-and-compatibility)
-
-