-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
32 lines (28 loc) · 725 Bytes
/
antora-playbook.yml
File metadata and controls
32 lines (28 loc) · 725 Bytes
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
site:
title: Playframework
# the 404 page and sitemap files only get generated when the url property is set
url: https://playframework.github.io/
start_page: play-soap::index.adoc
content:
sources:
- url: https://github.com/playframework/play-soap.git
branches:
- 1.x
- main
start_path: docs
- url: https://github.com/playframework/play-grpc.git
branches:
- 0.10.x
- 0.11.x
- main
start_path: docs
ui:
bundle:
url: https://github.com/playframework/play-antora-ui/releases/latest/download/ui-bundle.zip
snapshot: true
antora:
extensions:
- require: '@antora/lunr-extension'
asciidoc:
extensions:
- '@asciidoctor/tabs'