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 c800f91bb2 update 0-28 error code
c800f91bb2 is described below
commit c800f91bb2cfbef5d922620f51f8ab07b7984b22
Author: chickenlj <[email protected]>
AuthorDate: Fri Feb 24 16:55:50 2023 +0800
update 0-28 error code
---
content/zh-cn/docs3-v2/java-sdk/faq/0/{100.md => 28.md} | 2 +-
content/zh-cn/overview/what/_index.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
b/content/zh-cn/docs3-v2/java-sdk/faq/0/28.md
similarity index 89%
rename from content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
rename to content/zh-cn/docs3-v2/java-sdk/faq/0/28.md
index f0a1c8ae37..7911d2370e 100644
--- a/content/zh-cn/docs3-v2/java-sdk/faq/0/100.md
+++ b/content/zh-cn/docs3-v2/java-sdk/faq/0/28.md
@@ -1,6 +1,6 @@
---
type: docs
-title: "0-28 - 操作了可能也引起危险的行为"
+title: "0-28 - 操作了可能会引起危险的行为"
linkTitle: "0-28 - 危险的行为"
weight: 28
---
diff --git a/content/zh-cn/overview/what/_index.md
b/content/zh-cn/overview/what/_index.md
index 9aad588e50..b336f9397d 100644
--- a/content/zh-cn/overview/what/_index.md
+++ b/content/zh-cn/overview/what/_index.md
@@ -7,6 +7,7 @@ description: ""
no_list: true
hide_summary: true
---
+[5 分钟快速掌握 Apache Dubbo]({{< relref "../../blog/news/dubbo-introduction" >}})
Apache Dubbo 是一款 RPC 服务开发框架,用于解决微服务架构下的服务治理与通信问题,官方提供了 Java、Golang 等多语言 SDK
实现。使用 Dubbo 开发的微服务原生具备相互之间的远程地址发现与通信能力,
利用 Dubbo 提供的丰富服务治理特性,可以实现诸如服务发现、负载均衡、流量调度等服务治理诉求。Dubbo
被设计为高度可扩展,用户可以方便的实现流量拦截、选址的各种定制逻辑。