-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TT-12885] Add plugin development guide for manual builds #6598
Conversation
Let's make that PR title a 💯 shall we? 💪 Your PR title and story title look slightly different. Just checking in to know if it was intentional!
Check out this guide to learn more about PR best-practices. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
API Changes no api changes detected |
PR Code Suggestions ✨No code suggestions found for the PR. |
@titpetric I would propose to build a plugin together with the steps, like a hello world plugin, that they can copy paste from the guidance and endup with a functional plugin |
I see that it uses CustomGoPlugin in the example, which is perfect. |
15dad7c
to
dcd4a10
Compare
5576d63
to
dcd9800
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the assumption that all agreed changes from Tyk Docs review have been applied, I'm happy to approve.
dcd9800
to
4b8ba1a
Compare
Quality Gate failedFailed conditions |
User description
TT-12885
https://tyktech.atlassian.net/browse/TT-12885
PR Type
Documentation, Enhancement
Description
Changes walkthrough 📝
Taskfile.yml
Add Taskfile for markdown formatting with mdox
docs/Taskfile.yml
mdox
for formatting markdown files.Taskfile.yml
Add Taskfile for automating plugin development tasks
docs/plugins/Taskfile.yml
testing plugins.
README.md
Add comprehensive Go plugin development guide
docs/plugins/README.md
and testing plugins.
swagger.md
Fix indentation in swagger generation documentation
docs/swagger.md
files.