This project is a UI bundle that can be used by Antora to generate a documentation site. You can see a preview of the default UI at .
If you want to simply use the UI for your Antora-generated site, add the following UI configuration to your playbook:
ui:
bundle:
url: TODO
snapshot: true
Note
|
The snapshot flag tells Antora to fetch the UI when the --fetch command-line flag is present.
This setting is required because updates to the UI bundle are pushed to the same URL.
If the URL were to be unique, this setting would not be required.
|
Read on to learn how to customize the default UI for your own documentation.