3
3
# The purpose of this Antora playbook is to build the docs in the current branch.
4
4
antora :
5
5
extensions :
6
- - ' @antora/collector-extension'
7
- - require : ' @springio/antora-extensions/root-component-extension'
6
+ - require : ' @springio/antora-extensions'
8
7
root_component_name : ' data-commons'
9
8
site :
10
9
title : Spring Data Reference
@@ -17,13 +16,12 @@ content:
17
16
worktrees : true
18
17
asciidoc :
19
18
attributes :
20
- page-pagination : ' '
21
19
hide-uri-scheme : ' @'
22
20
tabs-sync-option : ' @'
23
- chomp : ' all'
24
21
extensions :
25
22
- ' @asciidoctor/tabs'
26
23
- ' @springio/asciidoctor-extensions'
24
+ - ' @springio/asciidoctor-extensions/javadoc-extension'
27
25
sourcemap : true
28
26
urls :
29
27
latest_version_segment : ' '
@@ -33,5 +31,5 @@ runtime:
33
31
format : pretty
34
32
ui :
35
33
bundle :
36
- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.3 /ui-bundle.zip
34
+ url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16 /ui-bundle.zip
37
35
snapshot : true
0 commit comments