An open API service indexing awesome lists of open source software.

https://github.com/qvdk/asciidoctor-maven-example

AsciiDoctor Maven integration example
https://github.com/qvdk/asciidoctor-maven-example

Last synced: 4 months ago
JSON representation

AsciiDoctor Maven integration example

Awesome Lists containing this project

README

        

= Introduction to Asciidoctor and its maven intregration
Quentin Vandekerckhove

This project is an example on how to integrate a beautiful documentation written in link:http://asciidoctor.org[Asciidoctor].

You can test it yourself.

[source,bash]
----
git clone https://github.com/qvdk/asciidoctor-maven-example.git
cd asciidoctor-maven-example
mvn install
----

Then, browse your the generated `index.html` file in `target/generated-docs`.

[source,bash]
----
chromium-browser target/generated-docs/index.html
----