This is an effort that aims to document more advanced/internal about Vert.x as a guide.
> mvn package
> open target/docs/advanced-vertx-guide/index.html
- Asciidoc sources: these contain references to the Java code
- Java code: the various code examples included in the Asciidoc sources
The book uses the Vert.x Docgen project to render Java code
in the Asciidoc files, allowing real source code to be included in the project with Javadoc {@link}
tags.
Anyone is welcome to contribute to this guide given that it improves this guide.
This is GitHub based and integrated with Travis, that means you can fork it, build it in your own Travis account and make pull requests.