hf400159 commented on code in PR #7127: URL: https://github.com/apache/apisix/pull/7127#discussion_r881413772
########## docs/en/latest/plugin-develop.md: ########## @@ -42,6 +42,7 @@ 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: ```suggestion :::note custom plugin root directory must exists `/apisix/plugins` subdirectory. ::: ``` ########## docs/en/latest/plugin-develop.md: ########## @@ -42,6 +42,7 @@ 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: ```suggestion :::note custom plugin root directory must exists `/apisix/plugins` subdirectory** ::: ``` ########## docs/zh/latest/plugin-develop.md: ########## @@ -41,6 +41,7 @@ Apache APISIX 提供了两种方式来添加新的功能。 │ └── plugins │ └── 3rd-party.lua ``` +**注意:自定义插件根目录下必须存在 `/apisix/plugins` 的子目录** Review Comment: I don't understand the meaning of this sentence, could you describe it in detail? ########## docs/zh/latest/plugin-develop.md: ########## @@ -41,6 +41,7 @@ Apache APISIX 提供了两种方式来添加新的功能。 │ └── plugins │ └── 3rd-party.lua ``` +**注意:自定义插件根目录下必须存在 `/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]
