UNPKG

@antora/site-generator

Version:

The Antora generator for producing and publishing static documentation sites with Antora.

13 lines (11 loc) 356 B
'use strict' /** * Site Generator component for Antora * * Coordinates a default set of software components to produce and publish a * documentation site. This component represents just one way the Antora * components can be organized to make a documentation generator. * * @namespace site-generator */ module.exports = require('./generate-site')