File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -88,5 +88,5 @@ crashlytics-build.properties
8888node
8989node_modules
9090build
91- package.json
91+ / package.json
9292package-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-kubernetes'
11- - ' @springio/antora-extensions/static-page-extension'
125site :
136 title : Spring Cloud Kubernetes
147 url : https://docs.spring.io/spring-cloud-kubernetes/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.11 /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 6666 <artifactId >antora-component-version-maven-plugin</artifactId >
6767 </plugin >
6868 <plugin >
69- <groupId >io.spring.maven .antora</groupId >
69+ <groupId >org .antora</groupId >
7070 <artifactId >antora-maven-plugin</artifactId >
7171 </plugin >
7272 <plugin >
You can’t perform that action at this time.
0 commit comments