@antora/playbook-builder
Advanced tools
Comparing version 3.1.3 to 3.1.4
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -47,5 +47,5 @@ "license": "MPL-2.0", | ||
"test": "_mocha", | ||
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js", | ||
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js" | ||
"prepublishOnly": "npx -y downdoc --prepublish", | ||
"postpublish": "npx -y downdoc --postpublish" | ||
} | ||
} |
# Antora Playbook Builder | ||
The Playbook Builder is the configuration component for Antora. | ||
It's responsible for building a playbook object from user input that's then used for configuring components in an Antora generator pipeline. | ||
It’s responsible for building a playbook object from user input that’s then used for configuring components in an Antora generator pipeline. | ||
@@ -6,0 +6,0 @@ [Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. |
23931