/docs_ui

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

UMA UI Docs Theme

This project is an archetype that demonstrates how to produce a UI bundle that can be used by Antora to generated a documentation site.

Development

Triggers a file Watcher and with LiveReload for UI Development

npm run dev

Build

Builds the UI into /public (to deploy to static sites)

npm run build-preview

Bundle Antora Theme

Packs the UI bundle into a ZIP file. Ready to be used by Antora powered sites 🚀

npm run bundle