1.0.0-beta.3 • Published 4 months ago

@antora/assembler v1.0.0-beta.3

Weekly downloads
-
License
MPL-2.0
Repository
gitlab
Last release
4 months ago

Antora Assembler

Antora Assembler provides a JavaScript library and a set of Antora extensions for merging content in an Antora site into assembly files and converting those files to another format, such as PDF.

The core of Assembler (this package) handles merging AsciiDoc content from multiple pages into an assembly. It repeats this process for each selected component version. It then delegates to a function or command (e.g., asciidoctor-pdf) designated by an exporter extension (a separate package) to convert the assembly files to an export format, such as PDF, resulting in an export. Assembler then publishes the export files along with the other files in the site.

The exports can then be viewed offline, either by the browser or a reader application.

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).