yuluo-yx commented on issue #10035: URL: https://github.com/apache/apisix/issues/10035#issuecomment-1685620748
I can understand what you mean, but there is only one version of the latest folder under the apisix docs/zh folder. In the latest version, the address of the zh docis the same as the address pointed to by the en doc. you can see : - zh: https://github.com/apache/apisix/blob/ac3992f55c5e2e93f685a4295149faa6eef48284/docs/zh/latest/admin-api.md?plain=1#L911 - https://github.com/apache/apisix/blob/ac3992f55c5e2e93f685a4295149faa6eef48284/docs/en/latest/admin-api.md?plain=1#L898C110-L898C148 they have the same address. ``` docs | -- turtorials | -- | -- health-check.md | -- admin-api.md (ref ./turtorials/health-check.md) ``` As shown above, I cannot modify the parent path of `admin-api.md`, I can only modify the reference file path in this `admin-api.md` -- 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]
