This project modify the Antora archetype, to build documentations for PCI Studio.
To use this UI with Antora, add the following configuration to your playbook file:
ui:
bundle:
url: {url-project}/releases/download/{current-release}/ui-bundle.zip
snapshot: true
To preview and bundle the default UI, you need the following software on your computer:
Note
|
If Need a detail guide of who to build and preview the UI, please refer to the original Antora UI guide. Antora UI Building Guide |
If you have the prerequisites installed, you can build and preview the UI by following these steps:
-
Clone the repository:
-
Run this commans
npm install
gulp preview
The gulp preview
command will build the UI and start a local web server that serves the UI. You can view the UI by opening a web browser and navigating to localhost:5252
.
A more comprehensive tutorial can be found in the documentation at docs.antora.org.