File tree 4 files changed +21
-21
lines changed
4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
build
2
+ node_modules /
3
+ .full-build
2
4
! /** /src /** /build
3
5
/** /src /** /generated
4
6
.gradle
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 : ' graphql'
10
5
site :
11
6
title : Spring GraphQL
12
- url : https://rwinch.github .io/spring-graphql
7
+ url : https://docs.spring .io/spring-graphql/reference
13
8
robots : allow
14
9
git :
15
10
ensure_git_suffix : false
@@ -25,17 +20,18 @@ asciidoc:
25
20
page-pagination : ' '
26
21
hide-uri-scheme : ' @'
27
22
tabs-sync-option : ' @'
23
+ include-java : ' example$docs-src/main/java/org/springframework/graphql/docs'
28
24
extensions :
29
25
- ' @asciidoctor/tabs'
30
26
- ' @springio/asciidoctor-extensions'
27
+ - ' @springio/asciidoctor-extensions/include-code-extension'
31
28
urls :
32
29
latest_version_segment_strategy : redirect:to
33
30
latest_version_segment : ' '
34
31
redirect_facility : httpd
35
32
ui :
36
33
bundle :
37
34
url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16/ui-bundle.zip
38
- snapshot : true
39
35
runtime :
40
36
log :
41
37
failure_level : warn
Original file line number Diff line number Diff line change @@ -77,21 +77,12 @@ task api(type: Javadoc) {
77
77
destinationDir = file(" $buildDir /docs/javadoc" )
78
78
}
79
79
80
+
80
81
antora {
81
- version = ' 3.2.0-alpha.2'
82
82
options = [clean : true , fetch : ! project. gradle. startParameter. offline, stacktrace : true ]
83
- environment = [
84
- ' ALGOLIA_API_KEY' : ' 9d489079e5ec46dbb238909fee5c9c29' ,
85
- ' ALGOLIA_APP_ID' : ' WB1FQYI187' ,
86
- ' ALGOLIA_INDEX_NAME' : ' springsecurity' ,
87
- ]
88
- dependencies = [
89
- ' @antora/atlas-extension' : ' 1.0.0-alpha.1' ,
90
- ' @antora/collector-extension' : ' 1.0.0-alpha.3' ,
91
- ' @asciidoctor/tabs' : ' 1.0.0-beta.3' ,
92
- ' @springio/antora-extensions' : ' 1.4.2' ,
93
- ' @springio/asciidoctor-extensions' : ' 1.0.0-alpha.8' ,
94
- ' @opendevise/antora-release-line-extension' : ' 1.0.0' ,
83
+ environment = [
84
+ ' BUILD_REFNAME' : ' HEAD' ,
85
+ ' BUILD_VERSION' : project. version,
95
86
]
96
87
}
97
88
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
+ "@opendevise/antora-release-line-extension" : " 1.0.0"
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments