We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789ff8d commit c12d79aCopy full SHA for c12d79a
src/main/resources/antora-resources/antora.yml
@@ -6,7 +6,7 @@ asciidoc:
6
chomp: 'all'
7
version: ${project.version}
8
springversionshort: 6.1
9
- springversion: '{spring}'
+ springversion: ${spring}
10
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/data-commons/docs/current/api/
11
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}/core/beans/java.html
12
spring-framework-docs: '{springdocsurl}'
0 commit comments