From c0602fd0710a2b3c419a2f388bf2b2979b37da04 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 19 Nov 2022 14:59:34 +0100 Subject: [PATCH] Introduce appendix in Testing chapter in the reference manual This commit moves the Annotations and Further Resources sections to the new Appendix. See gh-29522 --- framework-docs/src/docs/asciidoc/testing.adoc | 4 +--- .../src/docs/asciidoc/testing/testing-appendix.adoc | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 framework-docs/src/docs/asciidoc/testing/testing-appendix.adoc diff --git a/framework-docs/src/docs/asciidoc/testing.adoc b/framework-docs/src/docs/asciidoc/testing.adoc index f0ff9042a807..941074726c1c 100644 --- a/framework-docs/src/docs/asciidoc/testing.adoc +++ b/framework-docs/src/docs/asciidoc/testing.adoc @@ -27,6 +27,4 @@ include::testing/spring-mvc-test-framework.adoc[leveloffset=+1] include::testing/spring-mvc-test-client.adoc[leveloffset=+1] -include::testing/testing-annotations.adoc[leveloffset=+1] - -include::testing/testing-resources.adoc[leveloffset=+1] +include::testing/testing-appendix.adoc[leveloffset=+1] diff --git a/framework-docs/src/docs/asciidoc/testing/testing-appendix.adoc b/framework-docs/src/docs/asciidoc/testing/testing-appendix.adoc new file mode 100644 index 000000000000..f9fc1a1454b3 --- /dev/null +++ b/framework-docs/src/docs/asciidoc/testing/testing-appendix.adoc @@ -0,0 +1,6 @@ +[[testing.appendix]] += Appendix + +include::testing-annotations.adoc[leveloffset=+1] + +include::testing-resources.adoc[leveloffset=+1]