The documentation is generated with Antora toolchain.
You can either install Antora locally, or use the docker image:
The docker image is preferred way - it’s super simple, just run:
podman run -v $PWD:$PWD:Z -w $PWD --rm -t antora/antora antora-playbook.yml
Or locally
podman run -v $PWD:$PWD:Z -w $PWD --rm -t antora/antora local-antora-playbook.yml
You don’t have build UI by default. Only reason to build UI is if you have to modify it.
The code for UI is located here:
git clone https://github.com/tackler-ng/antora-ui-tackler
Tackler documentation is licensed under the Apache License, version 2.0.