This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch history/next
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/history/next by this push:
     new ea290779f7a Update docs structure for preview (#2830)
ea290779f7a is described below

commit ea290779f7a88d12e421501e1429e78c580b263a
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Oct 8 11:50:06 2023 +0800

    Update docs structure for preview (#2830)
---
 content/zh-cn/overview/mannual/_index.md                              | 4 ++--
 content/zh-cn/overview/quickstart/_index.md                           | 4 ++--
 content/zh-cn/overview/tasks/_index.md                                | 2 +-
 content/zh-cn/overview/what/_index.md                                 | 4 ++--
 content/zh-cn/overview/{ => what}/core-features/_index.md             | 1 +
 content/zh-cn/overview/{ => what}/core-features/ecosystem.md          | 1 +
 content/zh-cn/overview/{ => what}/core-features/extensibility.md      | 1 +
 content/zh-cn/overview/{ => what}/core-features/load-balance.md       | 1 +
 content/zh-cn/overview/{ => what}/core-features/more.md               | 1 +
 content/zh-cn/overview/{ => what}/core-features/observability.md      | 1 +
 content/zh-cn/overview/{ => what}/core-features/protocols.md          | 1 +
 content/zh-cn/overview/{ => what}/core-features/security.md           | 1 +
 content/zh-cn/overview/{ => what}/core-features/service-definition.md | 1 +
 .../zh-cn/overview/{ => what}/core-features/service-definition.md.bak | 0
 content/zh-cn/overview/{ => what}/core-features/service-discovery.md  | 1 +
 content/zh-cn/overview/{ => what}/core-features/service-mesh.md       | 1 +
 content/zh-cn/overview/{ => what}/core-features/traffic/_index.md     | 1 +
 .../overview/{ => what}/core-features/traffic/circuit-breaking.md     | 2 ++
 .../zh-cn/overview/{ => what}/core-features/traffic/condition-rule.md | 1 +
 .../overview/{ => what}/core-features/traffic/configuration-rule.md   | 1 +
 .../zh-cn/overview/{ => what}/core-features/traffic/mesh-rule.md.bak  | 0
 .../zh-cn/overview/{ => what}/core-features/traffic/script-rule.md    | 1 +
 content/zh-cn/overview/{ => what}/core-features/traffic/tag-rule.md   | 1 +
 23 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/content/zh-cn/overview/mannual/_index.md 
b/content/zh-cn/overview/mannual/_index.md
index 3b6de506518..eeebd335f2f 100755
--- a/content/zh-cn/overview/mannual/_index.md
+++ b/content/zh-cn/overview/mannual/_index.md
@@ -4,12 +4,12 @@ aliases:
     - /zh/docs3-v2/
     - /zh-cn/docs3-v2/
 always_unfold: true
-description: Dubbo SDK 用户手册
+description: Dubbo SDK 手册
 feature:
     description: |
         提供 Java、Golang、Rust、Node.js、Python 等多语言 SDK 实现,支持基于 IDL 的跨语言服务定义和基于 
Protobuf、Json 的数据编码
     title: 多语言 SDK
-linkTitle: SDK 用户手册
+linkTitle: SDK 手册
 no_list: true
 title: Dubbo SDK 用户手册
 type: docs
diff --git a/content/zh-cn/overview/quickstart/_index.md 
b/content/zh-cn/overview/quickstart/_index.md
index de26b9216f9..f7b6d49f50e 100755
--- a/content/zh-cn/overview/quickstart/_index.md
+++ b/content/zh-cn/overview/quickstart/_index.md
@@ -2,11 +2,11 @@
 aliases:
     - /zh/overview/quickstart/
 description: Dubbo 入门
-linkTitle: 入门
+linkTitle: 快速开始
 no_list: true
 title: Dubbo 入门
 type: docs
-weight: 2
+weight: 3
 ---
 
 
diff --git a/content/zh-cn/overview/tasks/_index.md 
b/content/zh-cn/overview/tasks/_index.md
index 2af26da6ba5..9b690e6de2a 100755
--- a/content/zh-cn/overview/tasks/_index.md
+++ b/content/zh-cn/overview/tasks/_index.md
@@ -2,7 +2,7 @@
 aliases:
     - /zh/overview/tasks/
 description: ""
-linkTitle: 任务
+linkTitle: 进阶学习
 title: 跟随示例任务学习 Dubbo
 type: docs
 weight: 5
diff --git a/content/zh-cn/overview/what/_index.md 
b/content/zh-cn/overview/what/_index.md
index bc462548b78..0f65325d258 100644
--- a/content/zh-cn/overview/what/_index.md
+++ b/content/zh-cn/overview/what/_index.md
@@ -3,11 +3,11 @@ aliases:
     - /zh/overview/what/
 description: ""
 hide_summary: true
-linkTitle: 介绍
+linkTitle: 了解 Dubbo
 no_list: true
 title: Dubbo 介绍
 type: docs
-weight: 3
+weight: 2
 ---
 
 
diff --git a/content/zh-cn/overview/core-features/_index.md 
b/content/zh-cn/overview/what/core-features/_index.md
similarity index 80%
rename from content/zh-cn/overview/core-features/_index.md
rename to content/zh-cn/overview/what/core-features/_index.md
index 04b79971c1a..39fca832de3 100755
--- a/content/zh-cn/overview/core-features/_index.md
+++ b/content/zh-cn/overview/what/core-features/_index.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/
+    - /zh-cn/overview/core-features/
 description: Dubbo 核心特性
 linkTitle: 功能
 title: Dubbo 核心特性
diff --git a/content/zh-cn/overview/core-features/ecosystem.md 
b/content/zh-cn/overview/what/core-features/ecosystem.md
similarity index 98%
rename from content/zh-cn/overview/core-features/ecosystem.md
rename to content/zh-cn/overview/what/core-features/ecosystem.md
index bbc0e7f8dbd..dec12eb049c 100644
--- a/content/zh-cn/overview/core-features/ecosystem.md
+++ b/content/zh-cn/overview/what/core-features/ecosystem.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh-cn/overview/what/ecosystem/
+    - /zh-cn/overview/core-features/ecosystem/
 description: 微服务生态
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/extensibility.md 
b/content/zh-cn/overview/what/core-features/extensibility.md
similarity index 99%
rename from content/zh-cn/overview/core-features/extensibility.md
rename to content/zh-cn/overview/what/core-features/extensibility.md
index dd13e4cda21..38c1b3b9a5a 100644
--- a/content/zh-cn/overview/core-features/extensibility.md
+++ b/content/zh-cn/overview/what/core-features/extensibility.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/extensibility/
+    - /zh-cn/overview/core-features/extensibility/
 description: 扩展适配
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/load-balance.md 
b/content/zh-cn/overview/what/core-features/load-balance.md
similarity index 99%
rename from content/zh-cn/overview/core-features/load-balance.md
rename to content/zh-cn/overview/what/core-features/load-balance.md
index 5392d2eb5aa..fb888d68931 100644
--- a/content/zh-cn/overview/core-features/load-balance.md
+++ b/content/zh-cn/overview/what/core-features/load-balance.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/load-balance/
+    - /zh-cn/overview/core-features/load-balance/
 description: 负载均衡
 linkTitle: 负载均衡
 title: 负载均衡
diff --git a/content/zh-cn/overview/core-features/more.md 
b/content/zh-cn/overview/what/core-features/more.md
similarity index 97%
rename from content/zh-cn/overview/core-features/more.md
rename to content/zh-cn/overview/what/core-features/more.md
index b1bb6cfc01f..17f44509b4e 100644
--- a/content/zh-cn/overview/core-features/more.md
+++ b/content/zh-cn/overview/what/core-features/more.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/more/
+    - /zh-cn/overview/core-features/more/
 description: 高级功能指南
 linkTitle: 更多高级功能
 title: 更多高级功能
diff --git a/content/zh-cn/overview/core-features/observability.md 
b/content/zh-cn/overview/what/core-features/observability.md
similarity index 98%
rename from content/zh-cn/overview/core-features/observability.md
rename to content/zh-cn/overview/what/core-features/observability.md
index c61cfe430ca..230bae6d754 100644
--- a/content/zh-cn/overview/core-features/observability.md
+++ b/content/zh-cn/overview/what/core-features/observability.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/observability/
+    - /zh-cn/overview/core-features/observability/
 description: 观测服务
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/protocols.md 
b/content/zh-cn/overview/what/core-features/protocols.md
similarity index 99%
rename from content/zh-cn/overview/core-features/protocols.md
rename to content/zh-cn/overview/what/core-features/protocols.md
index 9ea8d86242f..169e6215f4e 100644
--- a/content/zh-cn/overview/core-features/protocols.md
+++ b/content/zh-cn/overview/what/core-features/protocols.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/protocols/
+    - /zh-cn/overview/core-features/protocols/
 description: 通信协议
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/security.md 
b/content/zh-cn/overview/what/core-features/security.md
similarity index 99%
rename from content/zh-cn/overview/core-features/security.md
rename to content/zh-cn/overview/what/core-features/security.md
index dbc8052372e..cc133bf260d 100644
--- a/content/zh-cn/overview/core-features/security.md
+++ b/content/zh-cn/overview/what/core-features/security.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/security/
+    - /zh-cn/overview/core-features/security/
 description: 认证鉴权
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/service-definition.md 
b/content/zh-cn/overview/what/core-features/service-definition.md
similarity index 98%
rename from content/zh-cn/overview/core-features/service-definition.md
rename to content/zh-cn/overview/what/core-features/service-definition.md
index 9de24816ae9..907564b35f0 100644
--- a/content/zh-cn/overview/core-features/service-definition.md
+++ b/content/zh-cn/overview/what/core-features/service-definition.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/service-definition/
+    - /zh-cn/overview/core-features/service-definition/
 description: 微服务开发
 linkTitle: 微服务开发
 title: 微服务开发
diff --git a/content/zh-cn/overview/core-features/service-definition.md.bak 
b/content/zh-cn/overview/what/core-features/service-definition.md.bak
similarity index 100%
rename from content/zh-cn/overview/core-features/service-definition.md.bak
rename to content/zh-cn/overview/what/core-features/service-definition.md.bak
diff --git a/content/zh-cn/overview/core-features/service-discovery.md 
b/content/zh-cn/overview/what/core-features/service-discovery.md
similarity index 99%
rename from content/zh-cn/overview/core-features/service-discovery.md
rename to content/zh-cn/overview/what/core-features/service-discovery.md
index a5f904a24f9..68e45c3f228 100644
--- a/content/zh-cn/overview/core-features/service-discovery.md
+++ b/content/zh-cn/overview/what/core-features/service-discovery.md
@@ -2,6 +2,7 @@
 aliases:
     - /zh/overview/core-features/service-discovery/
     - 
/zh-cn/overview/mannual/java-sdk/concepts-and-architecture/service-discovery/
+    - /zh-cn/overview/core-features/service-discovery/
 description: 服务发现
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/service-mesh.md 
b/content/zh-cn/overview/what/core-features/service-mesh.md
similarity index 99%
rename from content/zh-cn/overview/core-features/service-mesh.md
rename to content/zh-cn/overview/what/core-features/service-mesh.md
index d92e94b4a1e..a122d05b81e 100644
--- a/content/zh-cn/overview/core-features/service-mesh.md
+++ b/content/zh-cn/overview/what/core-features/service-mesh.md
@@ -2,6 +2,7 @@
 aliases:
     - /zh/overview/core-features/service-mesh/
     - /zh-cn/overview/mannual/java-sdk/concepts-and-architecture/mesh/
+    - /zh-cn/overview/core-features/service-mesh/
 description: 服务网格
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/traffic/_index.md 
b/content/zh-cn/overview/what/core-features/traffic/_index.md
similarity index 99%
rename from content/zh-cn/overview/core-features/traffic/_index.md
rename to content/zh-cn/overview/what/core-features/traffic/_index.md
index 9a35369dd50..5f8e84925c9 100755
--- a/content/zh-cn/overview/core-features/traffic/_index.md
+++ b/content/zh-cn/overview/what/core-features/traffic/_index.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/traffic/
+    - /zh-cn/overview/core-features/traffic/
 description: 流量管控
 feature:
     description: |
diff --git a/content/zh-cn/overview/core-features/traffic/circuit-breaking.md 
b/content/zh-cn/overview/what/core-features/traffic/circuit-breaking.md
similarity index 98%
rename from content/zh-cn/overview/core-features/traffic/circuit-breaking.md
rename to content/zh-cn/overview/what/core-features/traffic/circuit-breaking.md
index 4b1444cd995..24d0af733f6 100644
--- a/content/zh-cn/overview/core-features/traffic/circuit-breaking.md
+++ b/content/zh-cn/overview/what/core-features/traffic/circuit-breaking.md
@@ -1,4 +1,6 @@
 ---
+aliases:
+  - /zh-cn/overview/core-features/traffic/circuit-breaking/
 description: ""
 linkTitle: 限流 & 熔断
 title: 限流 & 熔断
diff --git a/content/zh-cn/overview/core-features/traffic/condition-rule.md 
b/content/zh-cn/overview/what/core-features/traffic/condition-rule.md
similarity index 99%
rename from content/zh-cn/overview/core-features/traffic/condition-rule.md
rename to content/zh-cn/overview/what/core-features/traffic/condition-rule.md
index 618f0c09b4b..8856c1c892f 100644
--- a/content/zh-cn/overview/core-features/traffic/condition-rule.md
+++ b/content/zh-cn/overview/what/core-features/traffic/condition-rule.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/traffic/condition-rule/
+    - /zh-cn/overview/core-features/traffic/condition-rule/
 description: ""
 linkTitle: 条件路由
 title: 条件路由规则
diff --git a/content/zh-cn/overview/core-features/traffic/configuration-rule.md 
b/content/zh-cn/overview/what/core-features/traffic/configuration-rule.md
similarity index 98%
rename from content/zh-cn/overview/core-features/traffic/configuration-rule.md
rename to 
content/zh-cn/overview/what/core-features/traffic/configuration-rule.md
index dd58e2911b5..0eec2d23e52 100644
--- a/content/zh-cn/overview/core-features/traffic/configuration-rule.md
+++ b/content/zh-cn/overview/what/core-features/traffic/configuration-rule.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/traffic/configuration-rule/
+    - /zh-cn/overview/core-features/traffic/configuration-rule/
 description: ""
 linkTitle: 动态配置
 title: 动态配置规则
diff --git a/content/zh-cn/overview/core-features/traffic/mesh-rule.md.bak 
b/content/zh-cn/overview/what/core-features/traffic/mesh-rule.md.bak
similarity index 100%
rename from content/zh-cn/overview/core-features/traffic/mesh-rule.md.bak
rename to content/zh-cn/overview/what/core-features/traffic/mesh-rule.md.bak
diff --git a/content/zh-cn/overview/core-features/traffic/script-rule.md 
b/content/zh-cn/overview/what/core-features/traffic/script-rule.md
similarity index 97%
rename from content/zh-cn/overview/core-features/traffic/script-rule.md
rename to content/zh-cn/overview/what/core-features/traffic/script-rule.md
index 63c43b48ccf..96cf57f4034 100644
--- a/content/zh-cn/overview/core-features/traffic/script-rule.md
+++ b/content/zh-cn/overview/what/core-features/traffic/script-rule.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/traffic/script-rule/
+    - /zh-cn/overview/core-features/traffic/script-rule/
 description: ""
 linkTitle: 脚本路由
 title: 脚本路由规则
diff --git a/content/zh-cn/overview/core-features/traffic/tag-rule.md 
b/content/zh-cn/overview/what/core-features/traffic/tag-rule.md
similarity index 98%
rename from content/zh-cn/overview/core-features/traffic/tag-rule.md
rename to content/zh-cn/overview/what/core-features/traffic/tag-rule.md
index 8d36a5fbaf5..6e382f40110 100644
--- a/content/zh-cn/overview/core-features/traffic/tag-rule.md
+++ b/content/zh-cn/overview/what/core-features/traffic/tag-rule.md
@@ -1,6 +1,7 @@
 ---
 aliases:
     - /zh/overview/core-features/traffic/tag-rule/
+    - /zh-cn/overview/core-features/traffic/tag-rule/
 description: ""
 linkTitle: 标签路由
 title: 标签路由规则

Reply via email to