File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ src/ant/.ant-targets-upload-dist.xml
18
18
node
19
19
node_modules
20
20
package-lock.json
21
- package.json
22
21
.mvn /.gradle-enterprise
Original file line number Diff line number Diff line change
1
+ {
2
+ "dependencies" : {
3
+ "antora" : " 3.2.0-alpha.6" ,
4
+ "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5
+ "@antora/collector-extension" : " 1.0.0-alpha.7" ,
6
+ "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
7
+ "@springio/antora-extensions" : " 1.13.0" ,
8
+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.11"
9
+ }
10
+ }
Original file line number Diff line number Diff line change 340
340
<artifactId >maven-assembly-plugin</artifactId >
341
341
</plugin >
342
342
<plugin >
343
- <groupId >io.spring.maven .antora</groupId >
343
+ <groupId >org .antora</groupId >
344
344
<artifactId >antora-maven-plugin</artifactId >
345
345
</plugin >
346
346
<plugin >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 10
10
local : true
11
11
scan :
12
12
dir : target/classes/antora-resources/
13
+ - run :
14
+ command : ./mvnw package -Pdistribute
15
+ local : true
16
+ scan :
17
+ dir : target/antora
Original file line number Diff line number Diff line change 30
30
** xref:repositories/populator-namespace-reference.adoc[]
31
31
** xref:repositories/query-keywords-reference.adoc[]
32
32
** xref:repositories/query-return-types-reference.adoc[]
33
+
34
+ * xref:attachment$api/java/index.html[Javadoc,role=link-external,window=_blank]
35
+ * https://github.com/spring-projects/spring-data-commons/wiki[Wiki,role=link-external,window=_blank]
You can’t perform that action at this time.
0 commit comments