This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch v2.0.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/v2.0.0 by this push: new 666a9b01 docs: fix indentation in reference doc (#2511) 666a9b01 is described below commit 666a9b01dfae9f2e921be9df967749f8334e680d Author: Traky Deng <trakyd...@gmail.com> AuthorDate: Fri Aug 15 17:50:46 2025 +0800 docs: fix indentation in reference doc (#2511) --- docs/en/latest/reference/example.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en/latest/reference/example.md b/docs/en/latest/reference/example.md index c3231f4f..0d326f6c 100644 --- a/docs/en/latest/reference/example.md +++ b/docs/en/latest/reference/example.md @@ -716,12 +716,12 @@ spec: match: paths: - /ip - authentication: - enable: true - type: keyAuth - backends: - - serviceName: httpbin - servicePort: 80 + authentication: + enable: true + type: keyAuth + backends: + - serviceName: httpbin + servicePort: 80 ``` To enable other plugins: @@ -745,9 +745,9 @@ spec: count: 2 time_window: 10 rejected_code: 429 - backends: - - serviceName: httpbin - servicePort: 80 + backends: + - serviceName: httpbin + servicePort: 80 ``` </TabItem>