Antora workflow

structure
Figure 1. Antora workflow

When the user starts Antora:

Antora

  • loads the playbook, containing the list of repositories and branches

  • clones sources to local git repositories

  • converts given asciidoc files to html according to the specifications of the UI theme

  • optionally: creates a search index

  • saves files for the static website inside the target folder (i.e. ./buid/site)

retart the antora service in order to generate new static site content

docker compose restart antora  (1)
1 restart the antora service inside the docker-compose.yml file with antora services are located. The whole antora service stack (antora itself and the web server) have to be already running.