@antora/site-publisher
Advanced tools
Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
{ | ||
"name": "@antora/site-publisher", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Publishes the files generated in an Antora documentation pipeline to the destination(s) specified in the playbook.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
# Antora Site Publisher | ||
The site publisher is a component in Antora responsible for publishing (i.e., writing) the generated files to the destination(s) specified in the playbook. | ||
The Site Publisher is a component in Antora responsible for publishing (i.e., writing) the generated files to the destination(s) specified in the playbook. | ||
More than one destination may be specified, and this component supports different destination types (via providers) such as a filesystem directory or an archive file. | ||
@@ -5,0 +5,0 @@ Custom providers can be used to add support for additional destinations. |