/advanced-vertx-guide

A gentle guide for advanced Vert.x users

Primary LanguageJava

Advanced Vert.x guide

This is an effort that aims to document more advanced/internal about Vert.x as a guide.

Build Status

Building the book

> mvn package
> open target/docs/advanced-vertx-guide/index.html

Project structure

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.

Contributing

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.