hub publisher
blackstork/builtin, v1.0.0
Description #
Publishes the rendered document to BlackStork SaaS.
The hub publisher is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.
Configuration #
This publisher accepts the following configuration arguments within a config publish hub block:
config publish hub {
# API token
#
# Required string.
# Must be non-empty
#
# For example:
api_token = "some string"
# Base URL
#
# Required string.
# Must be non-empty
#
# For example:
base_url = "some string"
}
Usage #
This publisher accepts the following arguments within a publish hub block:
# The `publish` block also accepts the generic `format_ref` argument to link to a formatter.
publish hub {
}