-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve documentation #24
Comments
The `boot` variable was still in use since the module got renamed and caused confusion for some people. This change makes the documentation a bit more readable. There's still fastify#24 to tackle.
Also for the Is it an inconsistency or misunderstanding on my part that the asynchronous function does not respect the signature? async function plugin (server, opts) {} // without done PS: This is to help me in writing Typescript definitions ^^ |
As said the docs can be improved. There is no need for |
The documentation definitely needs a complete overhaul. |
Would you like to help? |
I prefer to help with something I know very well, so it's rather No. |
At the moment the documentation is almost complex as the actual code, we should fix that.
The text was updated successfully, but these errors were encountered: