@antora/page-composer
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -108,4 +108,6 @@ 'use strict' | ||
//let keys = playbook.site.keys | ||
//if (keys) model.keys = keys | ||
model.keys = Object.entries(playbook.site.keys || {}).reduce((accum, [key, value]) => { | ||
if (value) accum[key] = value | ||
return accum | ||
}, {}) | ||
@@ -155,3 +157,3 @@ const uiConfig = playbook.ui | ||
breadcrumbs, | ||
//editUrl: file.pub.editUrl, | ||
editUrl: file.src.editUrl, | ||
// NOTE we won't have a home until we have a root (and/or start) component | ||
@@ -158,0 +160,0 @@ // FIXME should be precomputed as file.pub.home; not necessarily root index page |
{ | ||
"name": "@antora/page-composer", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages in an Antora documentation pipeline.", | ||
@@ -18,3 +18,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/content-classifier": "1.0.0-alpha.5", | ||
"@antora/content-classifier": "1.0.0-alpha.6", | ||
"handlebars": "^4.0.11", | ||
@@ -21,0 +21,0 @@ "require-from-string": "^2.0.1" |
@@ -6,3 +6,4 @@ # Antora Page Composer | ||
[Antora](https://antora.org) is a modular static site generator designed for making documentation sites from AsciiDoc aggregated from versioned content repositories and processed with Asciidoctor. | ||
[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). | ||
@@ -9,0 +10,0 @@ ## Copyright and License |
10780
216
14
+ Added@antora/content-classifier@1.0.0-alpha.6(transitive)
- Removed@antora/content-classifier@1.0.0-alpha.5(transitive)