Skip to content
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

Docs editing #9

Merged
merged 16 commits into from Feb 14, 2017
31 changes: 31 additions & 0 deletions pom.xml
Expand Up @@ -83,6 +83,21 @@
<artifactId>vertx-lang-groovy</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-js</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ruby</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down Expand Up @@ -128,6 +143,22 @@
<argLine>-server -Xmx1200M</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<executions>
<execution>
<id>asciidoctor</id>
<goals>
<goal>process-asciidoc</goal>
</goals>
<configuration>
<attributes></attributes>
</configuration>
<phase>prepare-package</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
537 changes: 365 additions & 172 deletions src/main/asciidoc/groovy/index.adoc

Large diffs are not rendered by default.

497 changes: 319 additions & 178 deletions src/main/asciidoc/java/index.adoc

Large diffs are not rendered by default.