File tree Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Expand file tree Collapse file tree 6 files changed +23
-9
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ dependency-reduced-pom.xml
36
36
build /
37
37
node_modules
38
38
node
39
- package.json
40
39
package-lock.json
41
40
.mvn /.gradle-enterprise
42
41
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 750
750
<build >
751
751
<plugins >
752
752
<plugin >
753
- <groupId >io.spring.maven .antora</groupId >
753
+ <groupId >org .antora</groupId >
754
754
<artifactId >antora-maven-plugin</artifactId >
755
755
</plugin >
756
756
</plugins >
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-neo4j'
9
8
site :
10
9
title : Spring Data Neo4j
@@ -22,13 +21,12 @@ content:
22
21
start_path : src/main/antora
23
22
asciidoc :
24
23
attributes :
25
- page-pagination : ' '
26
24
hide-uri-scheme : ' @'
27
25
tabs-sync-option : ' @'
28
- chomp : ' all'
29
26
extensions :
30
27
- ' @asciidoctor/tabs'
31
28
- ' @springio/asciidoctor-extensions'
29
+ - ' @springio/asciidoctor-extensions/javadoc-extension'
32
30
sourcemap : true
33
31
urls :
34
32
latest_version_segment : ' '
@@ -38,5 +36,5 @@ runtime:
38
36
format : pretty
39
37
ui :
40
38
bundle :
41
- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5 /ui-bundle.zip
39
+ url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16 /ui-bundle.zip
42
40
snapshot : true
Original file line number Diff line number Diff line change 9
9
command : ./mvnw validate process-resources -am -Pantora-process-resources
10
10
local : true
11
11
scan :
12
- dir : target/classes/
12
+ dir : target/classes/
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 48
48
** xref:appendix/migrating.adoc[]
49
49
** xref:appendix/build.adoc[]
50
50
51
- * https://github.com/spring-projects/spring-data-commons/wiki[Wiki]
51
+
52
+ * xref:attachment$api/java/index.html[Javadoc,role=link-external,window=_blank]
53
+ * 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