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.

16 lines (14 loc) 281 B
'use strict' module.exports = Object.freeze({ UI_CACHE_FOLDER: 'ui', UI_DESC_FILENAME: 'ui.yml', UI_SRC_GLOB: '**/!(*~)', UI_SRC_OPTS: { braceExpansion: false, dot: true, ignore: ['.git'], objectMode: true, onlyFiles: false, unique: false, }, })