-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 Extension Author Guide #1964
Comments
The guide has been significantly expanded in the 0.13 release, so what feedback do you have on that relative to this issue? |
You are right that the docs have improved, but still, an example of how to write an extension from scratch would be fantastic. |
As discussed on Zulip, I'll work on this one. |
it's maybe a duplicate of #2277 now no ? or is there any still some improvement missing ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! |
Closing as duplicate of #2277 . |
This is a request to improve the Extension Author Guide.
The current documentation is pretty impressive but completely inaccessible for the uninitiated like me.
A real life example would be of tremendous help. For example, I would like to create a Quarkus extension for Vaadin, which looks like a rewrite of the project Vaadin CDI, but I don't know where to start.
The ideal examples would have several blocks like: "Look for THIS (Example of initialization, instrumentation, etc) which translates into THAT (equivalent operation in Quarkus)".
Hope this makes sense.
The text was updated successfully, but these errors were encountered: