Skip to content

Commit c7c35af

Browse files
committed
Fix missing attribute in reference documentation
This commit adds the missing `spring-framework-main-code` asciidoctor attribute in the reference documentation. Fixes gh-27041
1 parent 000b6a7 commit c7c35af

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

gradle/docs.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ asciidoctorj {
143143
'highlightjs-theme': 'googlecode',
144144
stylesdir: 'css/',
145145
stylesheet: 'stylesheet.css',
146-
'spring-version': project.version
146+
'spring-version': project.version,
147+
'spring-framework-main-code': 'https://github.com/spring-projects/spring-framework/tree/main'
147148
])
148149
}
149150

src/docs/asciidoc/index.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
= Spring Framework Documentation
2-
:doc-root: https://docs.spring.io
3-
:github-repo: spring-projects/spring-framework
4-
5-
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
6-
:spring-framework-main-code: https://github.com/{github-repo}/tree/main
72

83
****
94
_What's New_, _Upgrade Notes_, _Supported Versions_, and other topics,

0 commit comments

Comments
 (0)