Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

ianjevans/antora-ui-datastax

Repository files navigation

Antora DataStax UI

gulp bundle status

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 .

Use the Default UI

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.

Development Quickstart