bzp2010 commented on a change in pull request #6218:
URL: https://github.com/apache/apisix/pull/6218#discussion_r800646507
##########
File path: docs/zh/latest/plugins/node-status.md
##########
@@ -40,7 +40,7 @@ title: node-status
## 插件接口
-插件增加接口 `/apisix/status`,可通过 [interceptors](../plugin-interceptors.md) 保护该接口。
+插件增加接口 `/apisix/status`,需要通过 [public-api](public-api.md) 插件来暴露它。
Review comment:
Hi, @spacewander.
As currently used, it renders properly on our official website (when no
language-specific localization documents are returned to English), and if we
modify it directly, it will cause confusion on the official website, i.e. some
multilingual documents will be all linked back to the English version.
It seems like we can't have it both ways, but I think it's more important to
make sure the content on the official website is always available in the right
way than to use the md file to read it directly.
Currently there is no Chinese documentation for the `public-api` plugin, if
you think it is really necessary to change it, I will do so.
--
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]