Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 515 Bytes

README.adoc

File metadata and controls

26 lines (14 loc) · 515 Bytes

Integration of Asciidoctor PlantUML with Antora

To build and run sample Antora site with PlantUML support.

  1. Clone this project from GitHub

    $ git clone https://github.com/eshepelyuk/asciidoctor-plantuml-antora.git
    $ cd asciidoctor-plantuml-antora
  2. Install required modules

    $ yarn global add @antora/cli @antora/site-generator-default serve
    $ yarn install
  3. Generate site

    $ antora generate site.yml
  4. Start web server

    $ serve build
  5. Check results

Open http://localhost:5000 in browser.