File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed
Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 2424node
2525node_modules
2626build
27- package.json
28- package-lock.json
27+ / package.json
28+ package-lock.json
Original file line number Diff line number Diff line change 11antora :
22 extensions :
3- - ' @springio/antora-extensions/partial-build-extension'
4- # atlas-extension must be before latest-version-extension so latest versions are applied to imported versions
5- - ' @antora/atlas-extension'
6- - require : ' @springio/antora-extensions/latest-version-extension'
7- - require : ' @springio/antora-extensions/inject-collector-cache-config-extension'
8- - ' @antora/collector-extension'
9- - require : ' @springio/antora-extensions/root-component-extension'
3+ - require : ' @springio/antora-extensions'
104 root_component_name : ' cloud-commons'
11- - ' @springio/antora-extensions/static-page-extension'
125site :
136 title : Spring Cloud Commons
147 url : https://docs.spring.io/spring-cloud-commons/reference/
@@ -37,4 +30,4 @@ runtime:
3730 format : pretty
3831ui :
3932 bundle :
40- url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.13 /ui-bundle.zip
33+ url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.15 /ui-bundle.zip
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : {
3+ "antora" : " 3.2.0-alpha.4" ,
4+ "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5+ "@antora/collector-extension" : " 1.0.0-alpha.3" ,
6+ "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
7+ "@springio/antora-extensions" : " 1.11.1" ,
8+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.10"
9+ }
10+ }
Original file line number Diff line number Diff line change 9393 <artifactId >antora-component-version-maven-plugin</artifactId >
9494 </plugin >
9595 <plugin >
96- <groupId >io.spring.maven .antora</groupId >
96+ <groupId >org .antora</groupId >
9797 <artifactId >antora-maven-plugin</artifactId >
9898 </plugin >
9999 <plugin >
You can’t perform that action at this time.
0 commit comments