@antora/epub-extension 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Antora EPUB Extension
|
|
2
2
|
|
|
3
3
|
The Antora EPUB extension is an Antora extension and exporter for Assembler.
|
|
4
|
-
It configures and invokes Assembler and
|
|
4
|
+
It configures and invokes Assembler and provides the converter function and metadata Assembler uses to export content to the EPUB format (specifically EPUB3).
|
|
5
5
|
This extension is the official extension for exporting content in an Antora site to EPUB.
|
|
6
6
|
|
|
7
|
-
This extension first delegates to Assembler, passing
|
|
7
|
+
This extension first delegates to Assembler, passing in the converter metadata, to construct assembly files from pages per component version using the navigation as a model.
|
|
8
8
|
Assembler then iterates over those assembly files and, using the converter provided by this extension, converts them to EPUB using Asciidoctor EPUB3 (or the specified command).
|
|
9
|
-
Finally, Assembler adds those EPUBs to the content catalog as exports, which Antora
|
|
9
|
+
Finally, Assembler adds those EPUBs to the content catalog as exports, which Antora publishes alongside the other files in the site.
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/epub-extension",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the EPUB format, and publishe them with the site.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"#package": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@antora/assembler": "1.0.0-beta.
|
|
35
|
+
"@antora/assembler": "1.0.0-beta.2",
|
|
36
36
|
"@antora/run-command-helper": "~1.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|