-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathantora-playbook.yml
88 lines (88 loc) · 2.74 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
antora:
extensions:
- ./ext/asciidoctor-compliance-settings.js
- ./ext/promote-favicon-to-root.js
- ./ext/assign-project-url.js
- ./ext/page-location.js
runtime:
cache_dir: ./.cache/antora
log:
failure_level: warn
site:
title: Asciidoctor Docs
url: https://docs.asciidoctor.org
start_page: ROOT::index.adoc
robots: allow
git:
ensure_git_suffix: false
urls:
latest_version_segment: latest
latest_version_segment_strategy: redirect:to
content:
sources:
- url: https://github.com/asciidoctor/asciidoctor-community-docs
branches: main
start_paths: about, home
- url: https://gitlab.eclipse.org/eclipse/asciidoc-lang/asciidoc-lang.git
branches: main
start_path: docs
edit_url: '{web_url}/-/edit/{refname}/{path}'
- url: https://github.com/asciidoctor/asciidoctor
branches: v2.0.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor.js
branches: 3.0.x, v2.2.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-cli.js
branches: main
start_path: docs
- url: https://github.com/asciidoctor/asciidoctorj
branches: main, v2.5.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-browser-extension
branches: main
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-gradle-plugin
branches: master
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-maven-plugin
branches: main
start_path: docs
- url: https://github.com/asciidoctor/asciidoclet
branches: main, v1.5.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-reveal.js
branches: 5.2.x, maint-4.1.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-pdf
branches: v2.3.x, v2.2.x, v2.1.x, v2.0.x
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-epub3
branches: main
start_path: docs
- url: https://github.com/asciidoctor/asciidoctor-diagram
branches: release
start_path: docs
asciidoc:
extensions:
- '@asciidoctor/tabs'
attributes:
page-component-order: '!ROOT, *, pdf-converter, epub3-converter, reveal.js-converter, maven-tools, gradle-plugin, asciidoclet, diagram-extension, browser-extension, about'
page-pagination: ''
experimental: ''
idprefix: '@'
idseparator: '-@'
table-caption: false
table-frame: 'none@'
table-grid: 'rows@'
example-caption: false
listing-caption: false
hide-uri-scheme: '@'
url-org: https://github.com/asciidoctor
url-project: https://asciidoctor.org
ui:
bundle:
url: https://github.com/asciidoctor/docs.asciidoctor.org-ui/releases/download/prod-latest/ui-bundle.zip
snapshot: true # must be set since the prod-latest tag is an alias
output:
dir: ./public