@antora/pdf-extension 1.0.0-beta.1 → 1.0.0-beta.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Antora PDF Extension
2
2
 
3
3
  The Antora PDF extension is an Antora extension and exporter for Assembler.
4
- It configures and invokes Assembler and it provides the converter function and metadata that Assembler uses to export content to the PDF format.
4
+ It configures and invokes Assembler and provides the converter function and metadata Assembler uses to export content to the PDF format.
5
5
  This extension is the official extension for exporting content in an Antora site to PDF.
6
6
 
7
- This extension first delegates to Assembler, passing it the converter metadata, to construct assembly files from pages per component version using the navigation as a model.
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 PDF using Asciidoctor PDF (or the specified command).
9
- Finally, Assembler adds those PDFs to the content catalog as exports, which Antora then publishes alongside the other files in the site.
9
+ Finally, Assembler adds those PDFs 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/pdf-extension",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF 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.1",
35
+ "@antora/assembler": "1.0.0-beta.3",
36
36
  "@antora/run-command-helper": "~1.0"
37
37
  },
38
38
  "engines": {