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
3636build /
3737node_modules
3838node
39- package.json
4039package-lock.json
4140.mvn /.gradle-enterprise
4241
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 748748 <build >
749749 <plugins >
750750 <plugin >
751- <groupId >io.spring.maven .antora</groupId >
751+ <groupId >org .antora</groupId >
752752 <artifactId >antora-maven-plugin</artifactId >
753753 </plugin >
754754 </plugins >
Original file line number Diff line number Diff line change 33# The purpose of this Antora playbook is to build the docs in the current branch.
44antora :
55 extensions :
6- - ' @antora/collector-extension'
7- - require : ' @springio/antora-extensions/root-component-extension'
6+ - require : ' @springio/antora-extensions'
87 root_component_name : ' data-neo4j'
98site :
109 title : Spring Data Neo4j
@@ -22,13 +21,12 @@ content:
2221 start_path : src/main/antora
2322asciidoc :
2423 attributes :
25- page-pagination : ' '
2624 hide-uri-scheme : ' @'
2725 tabs-sync-option : ' @'
28- chomp : ' all'
2926 extensions :
3027 - ' @asciidoctor/tabs'
3128 - ' @springio/asciidoctor-extensions'
29+ - ' @springio/asciidoctor-extensions/javadoc-extension'
3230 sourcemap : true
3331urls :
3432 latest_version_segment : ' '
@@ -38,5 +36,5 @@ runtime:
3836 format : pretty
3937ui :
4038 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
4240 snapshot : true
Original file line number Diff line number Diff line change 99 command : ./mvnw validate process-resources -am -Pantora-process-resources
1010 local : true
1111 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 4848** xref:appendix/migrating.adoc[]
4949** xref:appendix/build.adoc[]
5050
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