moying2026 opened a new pull request, #13534: URL: https://github.com/apache/apisix/pull/13534
## Summary Fix misleading wording in the Plugin hierarchy section. The diagram shows plugin execution **phases**, not "types" of plugins. ## Changes - `docs/en/latest/architecture-design/apisix.md`: Changed "different types of Plugin" to "different Plugin phases" to accurately describe what the diagram shows. ## Context - Phases (init, rewrite, access, etc.) are lifecycle stages - Each plugin implements callbacks for the phases it needs - The diagram shows the order of phase execution, not plugin categories Fixes #13166 ## Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible -- 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]
