forked from asciidoctor/asciidoc-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal-antora-playbook.yml
35 lines (35 loc) · 956 Bytes
/
local-antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This is a configuration file for Antora.
# You can pass it to Antora to build this content as an HTML site for previewing offline.
#
# $ npx antora --clean local-antora-playbook.yml
#
# You can disregard xref errors to the asciidoctor docs component.
#
# A copy of this documentation is also available online at https://docs.asciidoctor.org/asciidoc/latest/
site:
title: AsciiDoc
start_page: asciidoc::index.adoc
git:
ensure_git_suffix: false
content:
sources:
- url: .
start_path: docs
branches: HEAD
asciidoc:
attributes:
page-pagination: ''
experimental: ''
idprefix: '@'
idseparator: '-@'
table-caption: false
example-caption: false
listing-caption: false
hide-uri-scheme: '@'
url-org: https://github.com/asciidoctor
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
output:
dir: ./public