Skip to content

Commit

Permalink
Fix missing attribute in reference documentation
Browse files Browse the repository at this point in the history
This commit adds the missing `spring-framework-main-code` asciidoctor
attribute in the reference documentation.

Fixes gh-27041
  • Loading branch information
bclozel committed Jun 9, 2021
1 parent 000b6a7 commit c7c35af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
])
}

Expand Down
5 changes: 0 additions & 5 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c7c35af

Please sign in to comment.