Skip to content

Commit eb7bef8

Browse files
committed
Polishing.
Refine antora documentation keys. See #3029
1 parent adabebd commit eb7bef8

File tree

1 file changed

+5
-4
lines changed
  • src/main/antora/resources/antora-resources

1 file changed

+5
-4
lines changed

src/main/antora/resources/antora-resources/antora.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,18 @@ asciidoc:
2222
copyright-year: ${current.year}
2323
neo4jGroupId: ${project.groupId}
2424
artifactId: ${project.artifactId}
25+
attribute-missing: 'warn'
26+
chomp: 'all'
2527
version: ${project.version}
2628
springversionshort: ${spring.short}
2729
springversion: ${spring}
28-
attribute-missing: 'warn'
2930
commons: ${springdata.commons.docs}
3031
include-xml-namespaces: false
31-
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
32-
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/
32+
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference/{commons}
33+
spring-data-commons-javadoc-base: '{spring-data-commons-docs-url}/api/java'
3334
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
34-
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
3535
spring-framework-docs: '{springdocsurl}'
36+
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
3637
spring-framework-javadoc: '{springjavadocurl}'
3738
springhateoasversion: ${spring-hateoas}
3839
releasetrainversion: ${releasetrain}

0 commit comments

Comments
 (0)