Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 719 Bytes

README.adoc

File metadata and controls

28 lines (14 loc) · 719 Bytes

Teebeutel Documentation

Build status

This repository contains the Antora documentation and UI based on Antora Default UI.

Build the documentation

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

Build the UI

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