Debug AsciiDoc content - Fluid Topics - Latest

Antora Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

The Antora connector runs the following command to generate a publication:

asciidoc generate --clean --asciidoc-sourcemap antora-playbook.yml

The Antora connector uses the following antora-playbook.yml file to generate publications:

content:
  sources:
  - url: ./
ui:
  bundle:
    url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
    snapshot: true

Users can use this command and configuration file locally to test how the Antora connector generates documents.