Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 802 Bytes

File metadata and controls

15 lines (8 loc) · 802 Bytes

Asciidoctor Maven Plugin: AsciiDoc to Multiple HTML Pages Example

An example project that demonstrates how to convert AsciiDoc to multiple HTML pages with the Asciidoctor Maven plugin and Asciidoctor Multipage Extension.

The AsciiDoc source of the demo presentation can be found in src/docs/asciidoc/index.adoc.

Usage

Convert the AsciiDoc to multipage by invoking the process-resources goal (configured as the default goal):

$ mvn

Open the folder target/target/docs/multipage/ in your browser to see the generated multipage HTML file.

Tip
You can find a one-line server at Big list of http static server one-liners, which can help you to brower the folder target/target/docs/multipage/.