33 lines
1.4 KiB
YAML
33 lines
1.4 KiB
YAML
name: graphql
|
|
version: true
|
|
title: Spring GraphQL
|
|
nav:
|
|
- modules/ROOT/nav.adoc
|
|
ext:
|
|
collector:
|
|
run:
|
|
command: gradlew -q -PbuildSrc.skipTests=true "-Dorg.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError" :spring-graphql-docs:generateAntoraYml
|
|
local: true
|
|
scan:
|
|
dir: ./build/generated-antora-resources
|
|
|
|
asciidoc:
|
|
attributes:
|
|
attribute-missing: 'warn'
|
|
chomp: 'all'
|
|
docs-site: https://docs.spring.io
|
|
include-java: 'example$docs-src/main/java/org/springframework/graphql/docs'
|
|
include-resources: 'example$docs-src/main/resources'
|
|
github-tag: main
|
|
github-repo: spring-projects/spring-graphql
|
|
github-raw: https://raw.githubusercontent.com/{github-repo}/{github-tag}
|
|
github-issues: https://github.com/{github-repo}/issues/
|
|
github-main-branch: https://github.com/{github-repo}/tree/main
|
|
github-10x-branch: https://github.com/{github-repo}/tree/1.0.x
|
|
github-wiki: https://github.com/{github-repo}/wiki
|
|
graphql-java-docs: https://www.graphql-java.com/documentation
|
|
javadoc: https://docs.spring.io/spring-graphql/docs/{spring-graphql-version}/api
|
|
# version attributes from main build.gradle
|
|
spring-framework-ref-docs: https://docs.spring.io/spring-framework/reference
|
|
spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html
|
|
examples-repo: https://github.com/spring-projects/spring-graphql-examples |