LancCJ commented on code in PR #7127: URL: https://github.com/apache/apisix/pull/7127#discussion_r881422231
########## docs/zh/latest/plugin-develop.md: ########## @@ -41,6 +41,7 @@ Apache APISIX 提供了两种方式来添加新的功能。 │ └── plugins │ └── 3rd-party.lua ``` +**注意:自定义插件根目录下必须存在 `/apisix/plugins` 的子目录** Review Comment: If the plug-in directory is user-defined, there must be a directory of '/ apifix / plugins' under the user-defined root directory, so that apifix can recognize the plug-in -- 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]
