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
- Host: GitHub
- URL: https://github.com/qvdk/asciidoctor-maven-example
- Owner: qvdk
- Created: 2015-06-21T22:12:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-22T14:01:22.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T02:27:25.704Z (5 months ago)
- Language: Java
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Introduction to Asciidoctor and its maven intregration
Quentin VandekerckhoveThis 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
----