File tree Expand file tree Collapse file tree 3 files changed +20
-17
lines changed
Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 11antora :
22 extensions :
3- - require : ' @springio/antora-extensions'
4- root_component_name : ' batch'
5-
3+ - require : ' @springio/antora-extensions'
4+ root_component_name : ' batch'
65site :
7- title : Spring Batch
6+ title : Spring Batch Reference
87 url : https://docs.spring.io/spring-batch/reference
98 robots : allow
109git :
@@ -23,18 +22,22 @@ asciidoc:
2322 page-pagination : ' '
2423 hide-uri-scheme : ' @'
2524 tabs-sync-option : ' @'
25+ chomp : ' all'
26+ attribute-missing : ' warn'
27+ sourcemap : true
2628 extensions :
27- - ' @asciidoctor/tabs'
28- - ' @springio/asciidoctor-extensions'
29+ - ' @asciidoctor/tabs'
30+ - ' @springio/asciidoctor-extensions'
31+ - ' @springio/asciidoctor-extensions/javadoc-extension'
2932urls :
3033 latest_version_segment_strategy : redirect:to
3134 latest_version_segment : ' '
3235 redirect_facility : httpd
3336ui :
3437 bundle :
35- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15 /ui-bundle.zip
38+ url : https://github.com/spring-io/antora-ui-spring/releases/download/latest /ui-bundle.zip
3639 snapshot : true
3740runtime :
3841 log :
3942 failure_level : warn
40- format : pretty
43+ format : pretty
Original file line number Diff line number Diff line change 11{
22 "//" : " Until it is fixed, force asciidoctor/core version https://github.com/asciidoctor/asciidoctor.js/issues/1732" ,
33 "dependencies" : {
4- "antora" : " 3.2.0-alpha.4 " ,
5- "@asciidoctor/core " : " 2.2.6 " ,
6- "@antora/atlas -extension" : " 1.0.0-alpha .2" ,
7- "@antora/collector-extension " : " 1.0 .0-alpha.3 " ,
8- "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
9- "@springio/antora-extensions" : " 1.11.1 " ,
10- "@springio/asciidoctor-extensions" : " 1.0.0-alpha.10 "
4+ "antora" : " 3.2.0-alpha.10 " ,
5+ "@antora/atlas-extension " : " 1.0.0-alpha.5 " ,
6+ "@antora/collector -extension" : " 1.0.2" ,
7+ "@antora/site-generator " : " 3.2 .0-alpha.10 " ,
8+ "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
9+ "@springio/antora-extensions" : " 1.14.7 " ,
10+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.17 "
1111 }
1212}
Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.batch</groupId >
77 <artifactId >spring-batch-docs-build</artifactId >
8- <version >5.1 .0-SNAPSHOT</version >
8+ <version >6.0 .0-SNAPSHOT</version >
99
1010 <name >Spring Batch Docs Build</name >
1111 <description >Builds Spring Batch Docs.</description >
2222 </issueManagement >
2323
2424 <properties >
25- <maven .antora-version>1.0.0-alpha.4 </maven .antora-version>
25+ <maven .antora-version>1.0.0-alpha.5 </maven .antora-version>
2626 </properties >
2727
2828 <build >
You can’t perform that action at this time.
0 commit comments