zaunist commented on a change in pull request #6370:
URL: https://github.com/apache/apisix/pull/6370#discussion_r810815794
##########
File path: docs/zh/latest/plugin-develop.md
##########
@@ -37,6 +38,53 @@ title: 插件开发
- [编写测试用例](#编写测试用例)
- [附上 test-nginx 执行流程](#附上-test-nginx-执行流程)
+此文档是关于 lua 语言的插件开发,其他语言请看:[external plugin](./external-plugin.md)。
+
+## 插件放置路径
+
+APISIX提供了两种方式来添加新的功能。
Review comment:
```suggestion
Apache APISIX 提供了两种方式来添加新的功能。
```
##########
File path: docs/zh/latest/plugin-develop.md
##########
@@ -37,6 +38,53 @@ title: 插件开发
- [编写测试用例](#编写测试用例)
- [附上 test-nginx 执行流程](#附上-test-nginx-执行流程)
+此文档是关于 lua 语言的插件开发,其他语言请看:[external plugin](./external-plugin.md)。
+
+## 插件放置路径
+
+APISIX提供了两种方式来添加新的功能。
+
+1. 修改APISIX的源代码并重新发布 (不推荐)。
Review comment:
```suggestion
1. 修改 Apache APISIX 的源代码并重新发布 (不推荐)。
```
There should be a space between Chinese and English, you could ref
https://github.com/sparanoid/chinese-copywriting-guidelines .
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]