From 4369e6637eaffc3308d405bf282b4962ad4109b5 Mon Sep 17 00:00:00 2001 From: "nahid.mahbub" Date: Sat, 30 Mar 2024 15:41:21 -0400 Subject: [PATCH 1/2] Ensure Reference Guides breadcrumb in page headers is hyperlinked See gh-40135 --- .../src/docs/antora/modules/reference/pages/index.adoc | 3 +++ .../docs/antora/modules/reference/partials/nav-reference.adoc | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc new file mode 100644 index 00000000000..ab5a5efddbb --- /dev/null +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc @@ -0,0 +1,3 @@ += Reference Guides + +This section provides Reference Guides to help you get started using Spring Boot. diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/partials/nav-reference.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/partials/nav-reference.adoc index d45f5cc335a..65d04b1a0e2 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/partials/nav-reference.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/partials/nav-reference.adoc @@ -1,5 +1,4 @@ -* Reference Guides - +* xref:reference:index.adoc[] ** xref:reference:using/index.adoc[] *** xref:reference:using/build-systems.adoc[] *** xref:reference:using/structuring-your-code.adoc[] From e29b98151354d8e8956c78641a33d8311529671c Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 3 Apr 2024 15:35:50 -0500 Subject: [PATCH 2/2] Polish "Ensure Reference Guides breadcrumb in page headers is hyperlinked" See gh-40135 --- .../src/docs/antora/modules/reference/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc index ab5a5efddbb..554ad1d5bb0 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/index.adoc @@ -1,3 +1,3 @@ = Reference Guides -This section provides Reference Guides to help you get started using Spring Boot. +This section provides information on using the feature and capabilities of Spring Boot.