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 @@ -25,5 +25,5 @@ IntelliJ_Spring_Boot_Java_Conventions.xml
25
25
node
26
26
node_modules
27
27
build
28
- package.json
28
+ / package.json
29
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
- # 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'
10
4
root_component_name : ' cloud-config'
11
- - ' @springio/antora-extensions/static-page-extension'
12
5
site :
13
6
title : Spring Cloud Config
14
7
url : https://docs.spring.io/spring-cloud-config/reference/
@@ -37,4 +30,4 @@ runtime:
37
30
format : pretty
38
31
ui :
39
32
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 90
90
<artifactId >antora-component-version-maven-plugin</artifactId >
91
91
</plugin >
92
92
<plugin >
93
- <groupId >io.spring.maven .antora</groupId >
93
+ <groupId >org .antora</groupId >
94
94
<artifactId >antora-maven-plugin</artifactId >
95
95
</plugin >
96
96
<plugin >
You can’t perform that action at this time.
0 commit comments