SylviaBABY commented on code in PR #7127: URL: https://github.com/apache/apisix/pull/7127#discussion_r882266265
########## 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 + +If you need to customize the directory of plugin, please create a subdirectory of `/apisix/plugins` under this directory. + +::: Review Comment: ```suggestion :::note If you need to customize the directory of plugin, please create a subdirectory of `/apisix/plugins` under this directory. ::: ``` ########## docs/zh/latest/plugin-develop.md: ########## @@ -41,6 +41,11 @@ Apache APISIX 提供了两种方式来添加新的功能。 │ └── plugins │ └── 3rd-party.lua ``` +:::note + +如果你需要自定义插件的目录,请在该目录下创建 `/apisix/plugins` 的子目录。 Review Comment: ```suggestion :::note 如果你需要自定义插件的目录,请在该目录下创建 `/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]
