juzhiyuan commented on a change in pull request #3699: URL: https://github.com/apache/apisix/pull/3699#discussion_r584191920
########## File path: docs/en/latest/config.json ########## @@ -1,4 +1,161 @@ { "version": 2.3, - "sidebar": {} + "sidebar": [ + { + "type": "doc", + "id": "../../../README_ES" Review comment: ES is not in English ########## File path: README_CN.md ########## @@ -1,3 +1,7 @@ +--- +title: APISIX 说明 Review comment: Keep the original translation ########## File path: docs/en/latest/README.md ########## @@ -19,7 +19,7 @@ ## Reference Documentation -* [APISIX Readme](./README.md) +* [APISIX Readme](../../../README.md) Review comment: Check again ########## File path: docs/en/latest/config.json ########## @@ -1,4 +1,161 @@ { "version": 2.3, - "sidebar": {} + "sidebar": [ + { + "type": "doc", + "id": "../../../README_ES" + }, + { + "type": "doc", + "id": "architecture-design" + }, + { + "type": "doc", + "id": "getting-started" + }, + { + "type": "doc", + "id": "how-to-build" + }, + { + "type": "category", + "label": "Plugins", + "items": [ + { + "type": "category", + "label": "General", + "items": [ + "plugins/batch-requests", + "plugins", + "https", + "plugins/serverless", + "plugins/redirect" + ] + }, + { + "type": "category", + "label": "Transformation", + "items": [ + "plugins/response-rewrite", + "plugins/proxy-rewrite", + "plugins/grpc-transcode", + "plugins/fault-injection" + ] + }, + { + "type": "category", + "label": "Authentication", + "items": [ + "plugins/key-auth", + "plugins/jwt-auth", + "plugins/basic-auth", + "plugins/authz-keycloak", + "plugins/wolf-rbac", + "plugins/openid-connect" + ] + }, + { + "type": "category", + "label": "Security", + "items": [ + "plugins/cors", + "plugins/uri-blocker", + "plugins/ip-restriction", + "plugins/referer-restriction" + ] + }, + { + "type": "category", + "label": "Traffic", + "items": [ + "plugins/limit-req", + "plugins/limit-conn", + "plugins/limit-count", + "plugins/proxy-cache", + "plugins/request-validation", + "plugins/proxy-mirror", + "plugins/api-breaker", + "plugins/traffic-split" + ] + }, + { + "type": "category", + "label": "Monitoring", + "items": [ + "plugins/prometheus", + "plugins/zipkin", + "plugins/skywalking" + ] + }, + { + "type": "category", + "label": "Loggers", + "items": [ + "plugins/http-logger", + "plugins/tcp-logger", + "plugins/kafka-logger", + "plugins/udp-logger", + "plugins/syslog", + "plugins/log-rotate" + ] + } + ] + }, + { + "type": "doc", + "id": "admin-api" + }, + { + "type": "doc", + "id": "control-api" + }, + { + "type": "doc", + "id": "health-check" + }, + { + "type": "doc", + "id": "router-radixtree" + }, + { + "type": "doc", + "id": "stand-alone" + }, + { + "type": "doc", + "id": "stream-proxy" + }, + { + "type": "doc", + "id": "grpc-proxy" + }, + { + "type": "doc", + "id": "./customize-nginx-configuration" + }, + { + "type": "doc", + "id": "./dns" + }, + { + "type": "doc", + "id": "../../../CHANGELOG" Review comment: CHANGELOG may be out at the end of this file ########## File path: docs/zh/latest/stand-alone.md ########## @@ -1,5 +1,5 @@ --- -title: Stand-alone mode +title: 独立运行模型 Review comment: Use the original title ########## File path: docs/en/latest/stand-alone.md ########## @@ -1,5 +1,5 @@ --- -title: Stand-alone mode +title: Stand Alone Model Review comment: Model? ########## File path: docs/zh/latest/README.md ########## @@ -19,22 +19,22 @@ ## 参考文档 -* [APISIX 说明](../../README_CN.md) +* [APISIX 说明](../../../README_CN.md) Review comment: Why put this file outside the latest folder? ########## File path: docs/en/latest/config.json ########## @@ -1,4 +1,161 @@ { "version": 2.3, - "sidebar": {} + "sidebar": [ + { + "type": "doc", + "id": "../../../README_ES" + }, + { + "type": "doc", + "id": "architecture-design" + }, + { + "type": "doc", + "id": "getting-started" + }, + { + "type": "doc", + "id": "how-to-build" + }, + { + "type": "category", + "label": "Plugins", + "items": [ + { + "type": "category", + "label": "General", + "items": [ + "plugins/batch-requests", + "plugins", Review comment: No need this file IMO ########## File path: docs/zh/latest/admin-api.md ########## @@ -1,5 +1,5 @@ --- -title: Admin API +title: 管理 API Review comment: Use Admin API here ########## File path: docs/zh/latest/stream-proxy.md ########## @@ -1,5 +1,5 @@ --- -title: Stream 代理 +title: TCP/UDP 动态代理 Review comment: What's this? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org