Yilialinn opened a new pull request, #2110:
URL: https://github.com/apache/apisix-website/pull/2110

   ## Summary
   
   - clarify rate-limiting algorithm tradeoffs and accurately map `limit-req`, 
`limit-count`, and `limit-conn` to their APISIX behavior
   - document fixed and sliding windows, distributed counters, configurable 
rejection behavior, and APISIX 3.16 multiple-rule support
   - add contextual links from the API security guide and relevant 
rate-limiting posts, while removing duplicated generic resource lists
   - fix malformed plugin documentation links and synchronize the Learning 
Center entry in `llms.txt`
   
   ## Technical accuracy
   
   - uses `Sliding Window (Counter-Based)` for the weighted 
current/previous-window model while preserving the APISIX configuration name 
`window_type: sliding`
   - qualifies quota headers, local versus Redis policies, concurrency 
delay/rejection behavior, and variable-based rule keys against current Apache 
APISIX documentation
   
   ## Validation
   
   - `yarn lint:frontmatter`
   - `yarn remark` on changed Markdown files (passes with pre-existing warnings 
only)
   - `yarn build:website:preview`
   - `yarn build:blog:en:preview`
   - `git diff --check`
   - desktop and mobile responsive overflow checks
   - independent final content and technical-accuracy review
   
   No product pages, release notes, plugin documentation, canonical/hreflang 
settings, API7 commercial content, or MCP Gateway claims are changed.


-- 
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]

Reply via email to