Skip to content

Commit

Permalink
docs: Adjust the directory of Chinese documents (#10815)
Browse files Browse the repository at this point in the history
  • Loading branch information
smileby authored Jan 15, 2024
1 parent 2bc2cfc commit e2ed44c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/zh/latest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CHANGELOG
title: 版本发布
---

<!--
Expand Down
38 changes: 19 additions & 19 deletions docs/zh/latest/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sidebar": [
{
"type": "category",
"label": "Getting Started",
"label": "快速开始",
"items": [
"getting-started/README",
"getting-started/configure-routes",
Expand All @@ -22,7 +22,7 @@
},
{
"type": "category",
"label": "Tutorials",
"label": "教程",
"items": [
"tutorials/expose-api",
"tutorials/protect-api",
Expand All @@ -33,7 +33,7 @@
},
{
"type": "category",
"label": "Terminology",
"label": "APISIX 术语",
"items": [
"terminology/api-gateway",
"terminology/consumer",
Expand All @@ -52,11 +52,11 @@
},
{
"type": "category",
"label": "Plugins",
"label": "插件",
"items": [
{
"type": "category",
"label": "General",
"label": "普通插件",
"items": [
"plugins/batch-requests",
"plugins/redirect",
Expand All @@ -73,7 +73,7 @@
},
{
"type": "category",
"label": "Transformation",
"label": "转换请求",
"items": [
"plugins/response-rewrite",
"plugins/proxy-rewrite",
Expand All @@ -85,7 +85,7 @@
},
{
"type": "category",
"label": "Authentication",
"label": "身份认证",
"items": [
"plugins/authz-keycloak",
"plugins/authz-casdoor",
Expand All @@ -105,7 +105,7 @@
},
{
"type": "category",
"label": "Security",
"label": "安全防护",
"items": [
"plugins/cors",
"plugins/uri-blocker",
Expand All @@ -121,7 +121,7 @@
},
{
"type": "category",
"label": "Traffic",
"label": "流量控制",
"items": [
"plugins/limit-req",
"plugins/limit-conn",
Expand All @@ -138,11 +138,11 @@
},
{
"type": "category",
"label": "Observability",
"label": "可观测性",
"items": [
{
"type": "category",
"label": "Tracers",
"label": "数据链路",
"items": [
"plugins/zipkin",
"plugins/skywalking",
Expand All @@ -151,7 +151,7 @@
},
{
"type": "category",
"label": "Metrics",
"label": "数据指标",
"items": [
"plugins/prometheus",
"plugins/node-status",
Expand All @@ -160,7 +160,7 @@
},
{
"type": "category",
"label": "Loggers",
"label": "日志采集",
"items": [
"plugins/http-logger",
"plugins/skywalking-logger",
Expand All @@ -186,7 +186,7 @@
},
{
"type": "category",
"label": "Serverless",
"label": "无服务器架构",
"items": [
"plugins/serverless",
"plugins/azure-functions",
Expand All @@ -197,7 +197,7 @@
},
{
"type": "category",
"label": "Other protocols",
"label": "其它协议",
"items": [
"plugins/dubbo-proxy",
"plugins/mqtt-proxy"
Expand All @@ -207,7 +207,7 @@
},
{
"type": "category",
"label": "API",
"label": "相关 API",
"items": [
{
"type": "doc",
Expand All @@ -221,7 +221,7 @@
},
{
"type": "category",
"label": "Development",
"label": "开发者",
"items": [
{
"type": "doc",
Expand Down Expand Up @@ -255,11 +255,11 @@
},
{
"type": "category",
"label": "Others",
"label": "其它",
"items": [
{
"type": "category",
"label": "Discovery",
"label": "服务发现",
"items": [
"discovery",
"discovery/dns",
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/debug-mode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Debug Mode
title: 调试模式
---

<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/latest/external-plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: External Plugin
title: 外部插件
---

<!--
Expand Down

0 comments on commit e2ed44c

Please sign in to comment.