antora-site-generator-lunr
Version:
An Antora's site generator that produces a Lunr index.
14 lines (12 loc) • 402 B
JavaScript
/**
* Default Site Generator component for Antora
*
* Runs an Antora pipeline using the default set of components with a focus on
* producing and publishing a documentation site. This component represents
* just one way the Antora components can be organized into a site generation
* pipeline.
*
* @namespace site-generator-default
*/
module.exports = require('./generate-site')