File tree Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Expand file tree Collapse file tree 6 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ target/
1111build /
1212node_modules
1313node
14- package.json
1514package-lock.json
1615
1716.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 352352 <build >
353353 <plugins >
354354 <plugin >
355- <groupId >io.spring.maven .antora</groupId >
355+ <groupId >org .antora</groupId >
356356 <artifactId >antora-maven-plugin</artifactId >
357357 </plugin >
358358 </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-couchbase'
98site :
109 title : Spring Data Couchbase
@@ -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 1010 local : true
1111 scan :
1212 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 2828** xref:repositories/query-keywords-reference.adoc[]
2929** xref:repositories/query-return-types-reference.adoc[]
3030
31- * https://github.com/spring-projects/spring-data-commons/wiki[Wiki]
31+ * xref:attachment$api/java/index.html[Javadoc,role=link-external,window=_blank]
32+ * 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