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:
parent
870e856554
commit
c0602fd071
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
[[testing.appendix]]
|
||||
= Appendix
|
||||
|
||||
include::testing-annotations.adoc[leveloffset=+1]
|
||||
|
||||
include::testing-resources.adoc[leveloffset=+1]
|
||||
Loading…
Reference in New Issue