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 @@ -35,7 +35,7 @@ pom.xml.versionsBackup
35
35
node
36
36
node_modules
37
37
build
38
- package.json
38
+ / package.json
39
39
package-lock.json
40
40
* samconfig.toml
41
- * .aws-sam /
41
+ * .aws-sam /
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-function'
10
- - ' @springio/antora-extensions/static-page-extension'
11
5
site :
12
6
title : Spring Cloud Function
13
7
url : https://docs.spring.io/spring-cloud-function/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 51
51
<artifactId >antora-component-version-maven-plugin</artifactId >
52
52
</plugin >
53
53
<plugin >
54
- <groupId >io.spring.maven .antora</groupId >
54
+ <groupId >org .antora</groupId >
55
55
<artifactId >antora-maven-plugin</artifactId >
56
56
</plugin >
57
57
<plugin >
You can’t perform that action at this time.
0 commit comments