Antora environment

Antora is our static website generator. We use it to generate the documentation of the project It is part of the documentation of docs.feelpp.org[Feel++ docs] website.

To generate the documentation
 $ npm install (1)
 $ npm run antora (2)
 $ npm run start (3)
1 Install the dependencies
2 Generate the documentation
3 Serve the documentation, the url is provided in the console

Unresolved include directive in modules/ROOT/pages/antora.adoc - include::antora-ui::partial$antora.adoc[]