Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 503 Bytes

File metadata and controls

11 lines (6 loc) · 503 Bytes

Asciidoctor Maven Plugin: Docbook Pipeline (Docbkx) Example

An example project that demonstrates how to convert AsciiDoc to DocBook and feed it to the DocBook pipeline to generate a PDF using the Asciidoctor and Docbkx Maven plugins.

Usage

Convert the AsciiDoc to DocBook and feed it to the DocBook toolchain by invoking the process-resources goal (configured as the default goal):

$ mvn

Open the file target/generated-docs/example-manual.pdf in your PDF viewer to see the generated PDF.