@antora/document-converter
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -25,3 +25,3 @@ 'use strict' | ||
*/ | ||
async function convertDocument (file, contentCatalog = undefined, asciidocConfig = {}) { | ||
function convertDocument (file, contentCatalog = undefined, asciidocConfig = {}) { | ||
const doc = loadAsciiDoc(file, contentCatalog, asciidocConfig) | ||
@@ -28,0 +28,0 @@ const attributes = doc.getAttributes() |
@@ -6,3 +6,3 @@ 'use strict' | ||
* | ||
* Using the AsciiDoc Loader, converts the AsciiDoc contents on files to | ||
* Using the AsciiDoc Loader, converts the contents of AsciiDoc files to | ||
* embeddable HTML and assigns AsciiDoc-related metadata, such as page | ||
@@ -13,2 +13,2 @@ * attributes, to the file. | ||
*/ | ||
module.exports = require('./convert-document') | ||
module.exports = require('./convert-documents') |
{ | ||
"name": "@antora/document-converter", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.", | ||
@@ -20,3 +20,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "1.0.0-alpha.7" | ||
"@antora/asciidoc-loader": "1.0.0-alpha.8" | ||
}, | ||
@@ -23,0 +23,0 @@ "engines": { |
@@ -6,3 +6,3 @@ # Antora Document Converter | ||
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org). | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org). | ||
@@ -9,0 +9,0 @@ ## Copyright and License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4837
5
67
+ Added@antora/asciidoc-loader@1.0.0-alpha.8(transitive)
- Removed@antora/asciidoc-loader@1.0.0-alpha.7(transitive)