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
This commit is contained in:
Sam Brannen 2022-11-19 14:59:34 +01:00
parent 870e856554
commit c0602fd071
2 changed files with 7 additions and 3 deletions

View File

@ -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]

View File

@ -0,0 +1,6 @@
[[testing.appendix]]
= Appendix
include::testing-annotations.adoc[leveloffset=+1]
include::testing-resources.adoc[leveloffset=+1]