Fix missing attribute in reference documentation
This commit adds the missing `spring-framework-main-code` asciidoctor attribute in the reference documentation. Fixes gh-27041
This commit is contained in:
parent
000b6a7e95
commit
c7c35aff42
|
@ -143,7 +143,8 @@ asciidoctorj {
|
|||
'highlightjs-theme': 'googlecode',
|
||||
stylesdir: 'css/',
|
||||
stylesheet: 'stylesheet.css',
|
||||
'spring-version': project.version
|
||||
'spring-version': project.version,
|
||||
'spring-framework-main-code': 'https://github.com/spring-projects/spring-framework/tree/main'
|
||||
])
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
= Spring Framework Documentation
|
||||
:doc-root: https://docs.spring.io
|
||||
:github-repo: spring-projects/spring-framework
|
||||
|
||||
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
||||
:spring-framework-main-code: https://github.com/{github-repo}/tree/main
|
||||
|
||||
****
|
||||
_What's New_, _Upgrade Notes_, _Supported Versions_, and other topics,
|
||||
|
|
Loading…
Reference in New Issue