Skip to content

Commit c0602fd

Browse files
committed
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
1 parent 870e856 commit c0602fd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

framework-docs/src/docs/asciidoc/testing.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ include::testing/spring-mvc-test-framework.adoc[leveloffset=+1]
2727

2828
include::testing/spring-mvc-test-client.adoc[leveloffset=+1]
2929

30-
include::testing/testing-annotations.adoc[leveloffset=+1]
31-
32-
include::testing/testing-resources.adoc[leveloffset=+1]
30+
include::testing/testing-appendix.adoc[leveloffset=+1]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[testing.appendix]]
2+
= Appendix
3+
4+
include::testing-annotations.adoc[leveloffset=+1]
5+
6+
include::testing-resources.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)