This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch kayx23/3.10.0-docs-change-config-default in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 1353e3a16b90ae0a9a8cd6e287ea7a83a77823ad Author: traky <[email protected]> AuthorDate: Fri Aug 16 15:09:24 2024 +0800 resolve mdlint errs --- docs/en/latest/terminology/plugin.md | 4 ++-- docs/zh/latest/terminology/plugin.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/latest/terminology/plugin.md b/docs/en/latest/terminology/plugin.md index da11083d7..0312c6622 100644 --- a/docs/en/latest/terminology/plugin.md +++ b/docs/en/latest/terminology/plugin.md @@ -65,13 +65,13 @@ If you would like to make adjustments to plugins installation, add the customize ```yaml plugins: - real-ip # installed - - ai + - ai - real-ip - ai - client-control - proxy-control - request-id - - zipkin + - zipkin - ext-plugin-pre-req - fault-injection # - mocking # not install diff --git a/docs/zh/latest/terminology/plugin.md b/docs/zh/latest/terminology/plugin.md index 51949ed31..ba42e814c 100644 --- a/docs/zh/latest/terminology/plugin.md +++ b/docs/zh/latest/terminology/plugin.md @@ -64,13 +64,13 @@ local _M = { ```yaml plugins: - real-ip # 安装 - - ai + - ai - real-ip - ai - client-control - proxy-control - request-id - - zipkin + - zipkin - ext-plugin-pre-req - fault-injection # - mocking # 不安装
