File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed
Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11build
2+ node_modules /
3+ .full-build
24! /** /src /** /build
35/** /src /** /generated
46.gradle
Original file line number Diff line number Diff line change 11antora :
22 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'
94 root_component_name : ' graphql'
105site :
116 title : Spring GraphQL
12- url : https://rwinch.github .io/spring-graphql
7+ url : https://docs.spring .io/spring-graphql/reference
138 robots : allow
149git :
1510 ensure_git_suffix : false
@@ -25,17 +20,18 @@ asciidoc:
2520 page-pagination : ' '
2621 hide-uri-scheme : ' @'
2722 tabs-sync-option : ' @'
23+ include-java : ' example$docs-src/main/java/org/springframework/graphql/docs'
2824 extensions :
2925 - ' @asciidoctor/tabs'
3026 - ' @springio/asciidoctor-extensions'
27+ - ' @springio/asciidoctor-extensions/include-code-extension'
3128urls :
3229 latest_version_segment_strategy : redirect:to
3330 latest_version_segment : ' '
3431 redirect_facility : httpd
3532ui :
3633 bundle :
3734 url : https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.16/ui-bundle.zip
38- snapshot : true
3935runtime :
4036 log :
4137 failure_level : warn
Original file line number Diff line number Diff line change @@ -77,21 +77,12 @@ task api(type: Javadoc) {
7777 destinationDir = file(" $buildDir /docs/javadoc" )
7878}
7979
80+
8081antora {
81- version = ' 3.2.0-alpha.2'
8282 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,
9586 ]
9687}
9788
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