@antora/site-generator-default
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
@@ -12,10 +12,10 @@ 'use strict' | ||
playbook = vars.lock('playbook') | ||
vars.asciidocConfig = fxns.resolveAsciiDocConfig(playbook) | ||
vars.siteAsciiDocConfig = fxns.resolveAsciiDocConfig(playbook) | ||
vars.siteCatalog = new SiteCatalog() | ||
await context.notify('beforeProcess') | ||
const asciidocConfig = vars.lock('asciidocConfig') | ||
const siteAsciiDocConfig = vars.lock('siteAsciiDocConfig') | ||
await Promise.all([ | ||
fxns.aggregateContent(playbook).then((contentAggregate) => | ||
context.notify('contentAggregated', Object.assign(vars, { contentAggregate })).then(() => { | ||
vars.contentCatalog = fxns.classifyContent(playbook, vars.remove('contentAggregate'), asciidocConfig) | ||
vars.contentCatalog = fxns.classifyContent(playbook, vars.remove('contentAggregate'), siteAsciiDocConfig) | ||
}) | ||
@@ -28,5 +28,5 @@ ), | ||
const uiCatalog = vars.lock('uiCatalog') | ||
fxns.convertDocuments(contentCatalog, asciidocConfig) | ||
fxns.convertDocuments(contentCatalog, siteAsciiDocConfig) | ||
await context.notify('documentsConverted') | ||
vars.navigationCatalog = fxns.buildNavigation(contentCatalog, asciidocConfig) | ||
vars.navigationCatalog = fxns.buildNavigation(contentCatalog, siteAsciiDocConfig) | ||
await context.notify('navigationBuilt') | ||
@@ -33,0 +33,0 @@ ;(() => { |
{ | ||
"name": "@antora/site-generator-default", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"description": "The default site generator for producing and publishing static documentation sites with Antora.", | ||
@@ -18,17 +18,17 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/asciidoc-loader": "3.0.0-beta.2", | ||
"@antora/content-aggregator": "3.0.0-beta.2", | ||
"@antora/content-classifier": "3.0.0-beta.2", | ||
"@antora/document-converter": "3.0.0-beta.2", | ||
"@antora/logger": "3.0.0-beta.2", | ||
"@antora/navigation-builder": "3.0.0-beta.2", | ||
"@antora/page-composer": "3.0.0-beta.2", | ||
"@antora/redirect-producer": "3.0.0-beta.2", | ||
"@antora/site-mapper": "3.0.0-beta.2", | ||
"@antora/site-publisher": "3.0.0-beta.2", | ||
"@antora/ui-loader": "3.0.0-beta.2", | ||
"@antora/asciidoc-loader": "3.0.0-beta.3", | ||
"@antora/content-aggregator": "3.0.0-beta.3", | ||
"@antora/content-classifier": "3.0.0-beta.3", | ||
"@antora/document-converter": "3.0.0-beta.3", | ||
"@antora/logger": "3.0.0-beta.3", | ||
"@antora/navigation-builder": "3.0.0-beta.3", | ||
"@antora/page-composer": "3.0.0-beta.3", | ||
"@antora/redirect-producer": "3.0.0-beta.3", | ||
"@antora/site-mapper": "3.0.0-beta.3", | ||
"@antora/site-publisher": "3.0.0-beta.3", | ||
"@antora/ui-loader": "3.0.0-beta.3", | ||
"@antora/user-require-helper": "~2.0" | ||
}, | ||
"devDependencies": { | ||
"@antora/playbook-builder": "3.0.0-beta.2" | ||
"@antora/playbook-builder": "3.0.0-beta.3" | ||
}, | ||
@@ -50,3 +50,3 @@ "engines": { | ||
], | ||
"gitHead": "5cd3f9cc70622e465cb44daf1aa2035ed5a35f54" | ||
"gitHead": "45da95a2e2dea538379d2d9f42013d2208fb86c3" | ||
} |
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
28197
+ Added@antora/asciidoc-loader@3.0.0-beta.3(transitive)
+ Added@antora/content-aggregator@3.0.0-beta.3(transitive)
+ Added@antora/content-classifier@3.0.0-beta.3(transitive)
+ Added@antora/document-converter@3.0.0-beta.3(transitive)
+ Added@antora/logger@3.0.0-beta.3(transitive)
+ Added@antora/navigation-builder@3.0.0-beta.3(transitive)
+ Added@antora/page-composer@3.0.0-beta.3(transitive)
+ Added@antora/redirect-producer@3.0.0-beta.3(transitive)
+ Added@antora/site-mapper@3.0.0-beta.3(transitive)
+ Added@antora/site-publisher@3.0.0-beta.3(transitive)
+ Added@antora/ui-loader@3.0.0-beta.3(transitive)
+ Addedpino@7.4.1(transitive)
- Removed@antora/asciidoc-loader@3.0.0-beta.2(transitive)
- Removed@antora/content-aggregator@3.0.0-beta.2(transitive)
- Removed@antora/content-classifier@3.0.0-beta.2(transitive)
- Removed@antora/document-converter@3.0.0-beta.2(transitive)
- Removed@antora/logger@3.0.0-beta.2(transitive)
- Removed@antora/navigation-builder@3.0.0-beta.2(transitive)
- Removed@antora/page-composer@3.0.0-beta.2(transitive)
- Removed@antora/redirect-producer@3.0.0-beta.2(transitive)
- Removed@antora/site-mapper@3.0.0-beta.2(transitive)
- Removed@antora/site-publisher@3.0.0-beta.2(transitive)
- Removed@antora/ui-loader@3.0.0-beta.2(transitive)
- Removedminimatch-all@1.1.0(transitive)
- Removedpino@7.2.0(transitive)
Updated@antora/logger@3.0.0-beta.3