-
Notifications
You must be signed in to change notification settings - Fork 109
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
Define module specification in documentation #26
Conversation
LGTM. |
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.
Good docs. It looks fine for me.
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.
👍🏼 Nice work!
Should the notices be dismissible? |
@tillkruss That notice is only a random code example, just to have any code in the demo module. For example if you just start your module with that file, seeing that notice will tell you that you did things right. :) So it doesn't really matter, our actual modules probably shouldn't contain admin notices in the first place. |
This PR adds a
/docs
folder with an initial article detailing the module specification, with minimum requirements and recommendations for writing a module for the performance plugin.The documentation includes a minimal demo module file, as clarification and a potential starting point for any module.
Preview the documentation here.
Fixes #2