File tree 4 files changed +15
-11
lines changed
4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 25
25
node
26
26
node_modules
27
27
build
28
- package.json
29
- package-lock.json
28
+ / package.json
29
+ package-lock.json
Original file line number Diff line number Diff line change 1
1
antora :
2
2
extensions :
3
- - ' @springio/antora-extensions/partial-build-extension'
4
- - require : ' @springio/antora-extensions/latest-version-extension'
5
- - require : ' @springio/antora-extensions/inject-collector-cache-config-extension'
6
- - ' @antora/collector-extension'
7
- - ' @antora/atlas-extension'
8
- - require : ' @springio/antora-extensions/root-component-extension'
3
+ - require : ' @springio/antora-extensions'
9
4
root_component_name : ' cloud-gateway'
10
- - ' @springio/antora-extensions/static-page-extension'
11
5
site :
12
6
title : Spring Cloud Gateway
13
7
url : https://docs.spring.io/spring-cloud-gateway/reference/
@@ -36,4 +30,4 @@ runtime:
36
30
format : pretty
37
31
ui :
38
32
bundle :
39
- 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 92
92
<artifactId >antora-component-version-maven-plugin</artifactId >
93
93
</plugin >
94
94
<plugin >
95
- <groupId >io.spring.maven .antora</groupId >
95
+ <groupId >org .antora</groupId >
96
96
<artifactId >antora-maven-plugin</artifactId >
97
97
</plugin >
98
98
<plugin >
You can’t perform that action at this time.
0 commit comments