hummingg commented on code in PR #13023: URL: https://github.com/apache/apisix/pull/13023#discussion_r2836123357
########## docs/zh/latest/plugin-develop.md: ########## @@ -292,7 +292,7 @@ apisix: ## 检查外部依赖 -如果你的插件,涉及到一些外部的依赖和三方库,请首先检查一下依赖项的内容。如果插件需要用到共享内存,需要在 [自定义 Nginx 配置](./customize-nginx-configuration.md),例如: +如果你的插件,涉及到一些外部的依赖和三方库,请首先检查一下依赖项的内容。如果插件需要用到共享内存,需要在 [自定义 Nginx 配置](./customize-nginx-configuration.md)声明,例如: Review Comment: Accepted ########## docs/en/latest/plugin-develop.md: ########## @@ -445,7 +445,7 @@ Note that the custom variables can't be used in features that depend on the Ngin For functions, write and improve the test cases of various dimensions, do a comprehensive test for your plugin! The test cases of plugins are all in the "__t/plugin__" directory. You can go ahead to find out. APISIX uses -[****test-nginx****](https://github.com/openresty/test-nginx) as the test framework. A test case (.t file) is usually +[**test-nginx**](https://github.com/openresty/test-nginx) as the test framework. A test case (.t file) is usually divided into prologue and data parts by \__data\__. Here we will briefly introduce the data part, that is, the part Review Comment: Accepted -- 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]
