This repository contains the Antora documentation and UI based on Antora Default UI.
When making local changes use antora-playbook-local.yml
:
$ antora antora-playbook-local.yml --fetch
To build from GitHub use antora-playbook.yml
$ antora antora-playbook.yml --fetch
To preview changes to the UI use:
$ gulp preview
You have to pack the UI for use with Antora!
$ gulp bundle:pack
For more information refer to the UI documentation