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

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new e2ed44cb2 docs: Adjust the directory of Chinese documents (#10815)
e2ed44cb2 is described below

commit e2ed44cb264976f9df0d78ab93977d8c01f0adc5
Author: baiyun <337531...@qq.com>
AuthorDate: Mon Jan 15 11:18:20 2024 +0800

    docs: Adjust the directory of Chinese documents (#10815)
---
 docs/zh/latest/CHANGELOG.md       |  2 +-
 docs/zh/latest/config.json        | 38 +++++++++++++++++++-------------------
 docs/zh/latest/debug-mode.md      |  2 +-
 docs/zh/latest/external-plugin.md |  2 +-
 4 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/docs/zh/latest/CHANGELOG.md b/docs/zh/latest/CHANGELOG.md
index 49d475dd8..4151f9505 100644
--- a/docs/zh/latest/CHANGELOG.md
+++ b/docs/zh/latest/CHANGELOG.md
@@ -1,5 +1,5 @@
 ---
-title: CHANGELOG
+title: 版本发布
 ---
 
 <!--
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index a330bcbe6..5d192eaa9 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -3,7 +3,7 @@
   "sidebar": [
     {
       "type": "category",
-      "label": "Getting Started",
+      "label": "快速开始",
       "items": [
         "getting-started/README",
         "getting-started/configure-routes",
@@ -22,7 +22,7 @@
     },
     {
       "type": "category",
-      "label": "Tutorials",
+      "label": "教程",
       "items": [
         "tutorials/expose-api",
         "tutorials/protect-api",
@@ -33,7 +33,7 @@
     },
     {
       "type": "category",
-      "label": "Terminology",
+      "label": "APISIX 术语",
       "items": [
         "terminology/api-gateway",
         "terminology/consumer",
@@ -52,11 +52,11 @@
     },
     {
       "type": "category",
-      "label": "Plugins",
+      "label": "插件",
       "items": [
         {
           "type": "category",
-          "label": "General",
+          "label": "普通插件",
           "items": [
             "plugins/batch-requests",
             "plugins/redirect",
@@ -73,7 +73,7 @@
         },
         {
           "type": "category",
-          "label": "Transformation",
+          "label": "转换请求",
           "items": [
             "plugins/response-rewrite",
             "plugins/proxy-rewrite",
@@ -85,7 +85,7 @@
         },
         {
           "type": "category",
-          "label": "Authentication",
+          "label": "身份认证",
           "items": [
             "plugins/authz-keycloak",
             "plugins/authz-casdoor",
@@ -105,7 +105,7 @@
         },
         {
           "type": "category",
-          "label": "Security",
+          "label": "安全防护",
           "items": [
             "plugins/cors",
             "plugins/uri-blocker",
@@ -121,7 +121,7 @@
         },
         {
           "type": "category",
-          "label": "Traffic",
+          "label": "流量控制",
           "items": [
             "plugins/limit-req",
             "plugins/limit-conn",
@@ -138,11 +138,11 @@
         },
         {
           "type": "category",
-          "label": "Observability",
+          "label": "可观测性",
           "items": [
             {
               "type": "category",
-              "label": "Tracers",
+              "label": "数据链路",
               "items": [
                 "plugins/zipkin",
                 "plugins/skywalking",
@@ -151,7 +151,7 @@
             },
             {
               "type": "category",
-              "label": "Metrics",
+              "label": "数据指标",
               "items": [
                 "plugins/prometheus",
                 "plugins/node-status",
@@ -160,7 +160,7 @@
             },
             {
               "type": "category",
-              "label": "Loggers",
+              "label": "日志采集",
               "items": [
                 "plugins/http-logger",
                 "plugins/skywalking-logger",
@@ -186,7 +186,7 @@
         },
         {
           "type": "category",
-          "label": "Serverless",
+          "label": "无服务器架构",
           "items": [
             "plugins/serverless",
             "plugins/azure-functions",
@@ -197,7 +197,7 @@
         },
         {
           "type": "category",
-          "label": "Other protocols",
+          "label": "其它协议",
           "items": [
             "plugins/dubbo-proxy",
             "plugins/mqtt-proxy"
@@ -207,7 +207,7 @@
     },
     {
       "type": "category",
-      "label": "API",
+      "label": "相关 API",
       "items": [
         {
           "type": "doc",
@@ -221,7 +221,7 @@
     },
     {
       "type": "category",
-      "label": "Development",
+      "label": "开发者",
       "items": [
         {
           "type": "doc",
@@ -255,11 +255,11 @@
     },
     {
       "type": "category",
-      "label": "Others",
+      "label": "其它",
       "items": [
         {
           "type": "category",
-          "label": "Discovery",
+          "label": "服务发现",
           "items": [
             "discovery",
             "discovery/dns",
diff --git a/docs/zh/latest/debug-mode.md b/docs/zh/latest/debug-mode.md
index 5f6934b20..c9c0b10aa 100644
--- a/docs/zh/latest/debug-mode.md
+++ b/docs/zh/latest/debug-mode.md
@@ -1,5 +1,5 @@
 ---
-title: Debug Mode
+title: 调试模式
 ---
 
 <!--
diff --git a/docs/zh/latest/external-plugin.md 
b/docs/zh/latest/external-plugin.md
index 4b9ad4880..5ae32e5c6 100644
--- a/docs/zh/latest/external-plugin.md
+++ b/docs/zh/latest/external-plugin.md
@@ -1,5 +1,5 @@
 ---
-title: External Plugin
+title: 外部插件
 ---
 
 <!--

Reply via email to