@antora/playbook-builder
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -95,2 +95,11 @@ 'use strict' | ||
}, | ||
supplemental_files: { | ||
doc: 'Supplemental file list or a directory of files to append to the UI bundle.', | ||
format: (val) => { | ||
if (!(typeof val === 'string' || Array.isArray(val))) { | ||
throw new Error('expected directory string or file list') | ||
} | ||
}, | ||
default: undefined, | ||
}, | ||
}, | ||
@@ -97,0 +106,0 @@ runtime: { |
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
@@ -6,3 +6,4 @@ # Antora Playbook Builder | ||
[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 |
10307
272
14