apisix
apisix copied to clipboard
docs: improve `plugin-develop` docs
Description
I encountered some difficulties while following the plugin-develop documentation during development:
- The structure of the document was confusing and not clearly organized; it didn’t progress from basic to advanced concepts.
- Some critical parts were not explained. https://github.com/apache/apisix/issues/11835#issuecomment-2545125455
Therefore, I restructured the overall layout, provided more detailed explanations in some sections, and added some relevant resources.
Which issue(s) this PR fixes:
Fixes #
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
- [ ] I have added tests corresponding to this change
- [ ] I have updated the documentation to reflect this change
- [ ] I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)
Please resolve lint errors.