- Switch to the directory that contains *.adoc documents
- Call the Asciidoctor processor with the swarmlab-adoc command
```
cd dir
swarmlab-adoc
```
TIP: swarmlab-adoc convert all *.adoc files recursiva in html5 and pdf
.If you need to convert only a file
[NOTE]
====
```
docker run --rm -v $(pwd):/documents/ registry.vlabs.uniwa.gr:5080/swarmlab-asciidoctor asciidoctor --safe -b html5 -a theme=flask -a toc2 -a toc-placement=right -o /path/to/FILENAME.html /path/from/FILENAME.adoc