forked from spring-projects/spring-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract recurring asciidoc links to attributes
This commit extract spring-related links and recurring external links into asciidoctor attributes to be used by the Antora toolchain. It notably homogenizes links to: - IETF RFCs - Java Community Process JSRs - the Java API Documentation (on the Java 17 version) - Kotlin documentations (on the Kotlinlang.org version) - the Spring Boot reference guide (on the `html` version) This commit also reworks most link attributes to follow a Project-Category-Misc syntax. For example, spring-boot-docs rather than docs-spring-boot. Closes spring-projectsgh-26864
- Loading branch information
1 parent
dd97dee
commit 1f9b099
Showing
183 changed files
with
611 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
// Spring Portfolio | ||
:docs-site: https://docs.spring.io | ||
:docs-spring-boot: {docs-site}/spring-boot/docs/current/reference | ||
:docs-spring-gemfire: {docs-site}/spring-gemfire/docs/current/reference | ||
:docs-spring-security: {docs-site}/spring-security/reference | ||
// :docs-site: https://docs.spring.io | ||
// :docs-spring-boot: {docs-site}/spring-boot/docs/current/reference | ||
// :docs-spring-gemfire: {docs-site}/spring-gemfire/docs/current/reference | ||
// :docs-spring-security: {docs-site}/spring-security/reference | ||
// spring-asciidoctor-backends Settings | ||
:chomp: default headers packages | ||
:fold: all | ||
// Spring Framework | ||
:docs-spring-framework: {docs-site}/spring-framework/docs/{spring-version} | ||
:api-spring-framework: {docs-spring-framework}/javadoc-api/org/springframework | ||
:docs-java: {docdir}/../../main/java/org/springframework/docs | ||
:docs-kotlin: {docdir}/../../main/kotlin/org/springframework/docs | ||
:docs-resources: {docdir}/../../main/resources | ||
:spring-framework-main-code: https://github.com/spring-projects/spring-framework/tree/main | ||
// Third-party Links | ||
:docs-graalvm: https://www.graalvm.org/22.3/reference-manual | ||
:gh-rsocket: https://github.com/rsocket | ||
:gh-rsocket-extensions: {gh-rsocket}/rsocket/blob/master/Extensions | ||
:gh-rsocket-java: {gh-rsocket}/rsocket-java | ||
// :docs-spring-framework: {docs-site}/spring-framework/docs/{spring-version} | ||
// :api-spring-framework: {docs-spring-framework}/javadoc-api/org/springframework | ||
// :docs-java: {docdir}/../../main/java/org/springframework/docs | ||
// :docs-kotlin: {docdir}/../../main/kotlin/org/springframework/docs | ||
// :docs-resources: {docdir}/../../main/resources | ||
// :spring-framework-main-code: {spring-framework}/tree/main | ||
// // Third-party Links | ||
// :docs-graalvm: https://www.graalvm.org/22.3/reference-manual | ||
// :gh-rsocket: https://github.com/rsocket | ||
// :gh-rsocket-extensions: {gh-rsocket}/rsocket/blob/master/Extensions | ||
// :gh-rsocket-java: {gh-rsocket}/rsocket-java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.