Skip to content

docs: fix misleading 'types of Plugin' wording in lifecycle diagram#13534

Open
moying2026 wants to merge 1 commit into
apache:masterfrom
moying2026:auto/issue-13166
Open

docs: fix misleading 'types of Plugin' wording in lifecycle diagram#13534
moying2026 wants to merge 1 commit into
apache:masterfrom
moying2026:auto/issue-13166

Conversation

@moying2026

Copy link
Copy Markdown

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

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

The diagram shows plugin execution phases, not 'types' of plugins.
Phases (init, rewrite, access, etc.) are lifecycle stages, and each
plugin implements callbacks for the phases it needs.

Fixes apache#13166
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. doc Documentation things labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation things size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant