@antora/pdf-extension 1.0.0-beta.16 → 1.0.0-beta.18
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 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -21,7 +21,9 @@ antora:
|
|
|
21
21
|
# ...
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
-
You can configure the behavior of the extension using the optional _antora-assembler.yml_
|
|
24
|
+
You can configure the behavior of the extension using the optional configuration file, named _antora-assembler.yml_ by default.
|
|
25
|
+
When using more than one exporter extension, you likely want to use a dedicated configuration file named according to the export filetype (e.g., _antora-assembler-pdf.yml_).
|
|
26
|
+
The configuration file can be specified using the `config_file` key on the extension entry.
|
|
25
27
|
|
|
26
28
|
## Copyright and License
|
|
27
29
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/pdf-extension",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
4
|
-
"description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and
|
|
3
|
+
"version": "1.0.0-beta.18",
|
|
4
|
+
"description": "An Antora extension that uses Assembler to merge pages into assembly files, export them to the PDF format, and publish them with the site.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
7
7
|
"contributors": [
|
|
@@ -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.18",
|
|
36
36
|
"@antora/run-command-helper": "~1.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|