1.0.0-alpha.8 • Published 1 month ago

@antora/assembler v1.0.0-alpha.8

Weekly downloads
-
License
MPL-2.0
Repository
gitlab
Last release
1 month ago

Antora Assembler

A library for writing Antora extensions that combine multiple pages into one.

Assembler works by constructing aggregate AsciiDoc documents from the pages based on the navigation tree per component version. It then invokes the specified callback to convert those documents to an output format. If a catalog is specified, Assembler pushes the converted files back into the catalog to be published as attachments alongside the other files in the site.

Antora is a modular static site generator designed for creating documentation sites from AsciiDoc documents. The Assembler extends the feature set of Antora by providing the foundation for page aggregation.

Copyright and License

Copyright (C) 2022-present by OpenDevise Inc. and the individual contributors of this project.

Use of this software is granted under the terms of the Mozilla Public License Version 2.0 (MPL-2.0).