forked from jakartaee/jakartaee-documentation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
antora-playbook.yml
40 lines (34 loc) · 886 Bytes
/
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
site:
url: https://jakarta.ee/learn/docs/jakartaee-tutorial/current/index.html
title: Jakarta EE Documentation
start_page: jakartaee-tutorial:ROOT:index.adoc
keys:
googleAnalytics: GTM-5WLCZXC
content:
# branches will be updated when PRs are merged
sources:
- url: https://github.com/jakartaee/jakartaee-tutorial.git
start_paths:
- src/main/antora
branches:
- release/9.1
- main
- url: https://github.com/eclipse-ee4j/cargotracker.git
start_paths:
- src/main/antora
branches:
- docs
urls:
latest_version_segment: current
ui:
output_dir: _
bundle:
url: https://github.com/jakartaee/jakartaee-documentation-ui/releases/download/latest/ui-bundle.zip
snapshot: true
runtime:
log:
level: debug
antora:
extensions:
- "@antora/lunr-extension"
- "@antora/pdf-extension"