-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathantora-playbook.yml
54 lines (54 loc) · 1.44 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
# refer to README.adoc to learn how to build the site
antora:
extensions:
- ./lib/component-url-prefix-extension.js
- id: jetty-downloads
require: ./lib/jetty-downloads-extension.js
enabled: false
last_eol_version: 11
- id: register-asciidoctor-kroki
require: ./lib/register-asciidoctor-kroki-extension.js
enabled: false
- id: lunr
require: '@antora/lunr-extension'
enabled: false
index_latest_only: true
- id: '@antora/collector-extension'
require: '@antora/collector-extension'
keep_worktrees: until:exit # Jetty Home is created in the temporary worktree, so retain until Antora exits
runtime:
log:
destination:
append: false
level: info
site:
title: Eclipse Jetty
url: https://jetty.org
keys:
google_analytics: G-VS4ZRD6HVM
content:
sources:
- url: .
branches: HEAD
start_paths: [home, docs-home, contribution-guide]
- url: https://github.com/jetty/jetty.project
branches: jetty-{12,11,10}.0.x
start_path: documentation/jetty
asciidoc:
attributes:
experimental: ''
idprefix: ''
idseparator: '-'
page-pagination: ''
extensions:
- ./lib/feed-block-macro.js
- ./lib/javadoc-block-macro.js
- ./lib/jetty-block.js
- ./lib/skip-include-processor.js
- ./lib/absolute-path-include-processor.js
ui:
bundle:
url: https://github.com/jetty/jetty.website/releases/download/ui-prod-latest/ui-bundle.zip
snapshot: true
output:
dir: target/site