UNPKG

@antora/ui-loader

Version:

Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.

12 lines (10 loc) 223 B
'use strict' /** * UI Loader component for Antora * * Loads the UI files from the specified bundle and makes them available * through the UiCatalog. * * @namespace ui-loader */ module.exports = require('./load-ui')