hf400159 commented on code in PR #7127: URL: https://github.com/apache/apisix/pull/7127#discussion_r882231834
########## docs/en/latest/plugin-develop.md: ########## @@ -42,6 +42,11 @@ For example, you can create a directory structure like this: │ └── plugins │ └── 3rd-party.lua ``` +:::note + +custom plugin root directory must exists `/apisix/plugins` subdirectory** Review Comment: Please refer to Chinese to modify the English document. ########## docs/zh/latest/plugin-develop.md: ########## @@ -41,6 +41,11 @@ Apache APISIX 提供了两种方式来添加新的功能。 │ └── plugins │ └── 3rd-party.lua ``` +:::note + +如果你需要自定义插件的目录,请在该目录下创建 `/apisix/plugins` 的子目录。 Review Comment: ```suggestion 如果你需要自定义插件的目录,请在该目录下创建一个 `/apisix/plugins` 子目录。 ``` -- 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]
