Skip to content

Commit 0540f98

Browse files
committed
Merge pull request #266 from Jennifer Strater
* gh-266: Split samples table into three tables grouped by type
2 parents 30254ba + a1d5d75 commit 0540f98

File tree

1 file changed

+32
-13
lines changed

1 file changed

+32
-13
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,12 @@ This section describes how to get started with Spring REST Docs.
1010

1111
If you want to jump straight in, a number of sample applications are available:
1212

13+
1314
[cols="3,2,10"]
15+
.MockMvc
1416
|===
1517
| Sample | Build system | Description
1618

17-
| {samples}/rest-assured[REST Assured]
18-
| Gradle
19-
| Demonstrates the use of Spring REST Docs with http://rest-assured.io[REST Assured].
20-
21-
| {samples}/rest-notes-grails[Grails]
22-
| Gradle
23-
| Demonstrates the use of Spring REST docs with https://grails.org[Grails] and https://github.com/spockframework/spock[Spock]
24-
25-
| {samples}/rest-notes-slate[Slate]
26-
| Gradle
27-
| Demonstrates the use of Spring REST Docs with Markdown and
28-
http://github.com/tripit/slate[Slate].
29-
3019
| {samples}/rest-notes-spring-data-rest[Spring Data REST]
3120
| Maven
3221
| Demonstrates the creation of a getting started guide and an API guide for a service
@@ -37,6 +26,36 @@ If you want to jump straight in, a number of sample applications are available:
3726
| Demonstrates the creation of a getting started guide and an API guide for a service
3827
implemented using http://projects.spring.io/spring-hateoas/[Spring HATEOAS].
3928

29+
|===
30+
31+
32+
[cols="3,2,10"]
33+
.REST Assured
34+
|===
35+
| Sample | Build system | Description
36+
37+
| {samples}/rest-notes-grails[Grails]
38+
| Gradle
39+
| Demonstrates the use of Spring REST docs with https://grails.org[Grails] and
40+
https://github.com/spockframework/spock[Spock].
41+
42+
| {samples}/rest-assured[REST Assured]
43+
| Gradle
44+
| Demonstrates the use of Spring REST Docs with http://rest-assured.io[REST Assured].
45+
46+
|===
47+
48+
49+
[cols="3,2,10"]
50+
.Advanced
51+
|===
52+
| Sample | Build system | Description
53+
54+
| {samples}/rest-notes-slate[Slate]
55+
| Gradle
56+
| Demonstrates the use of Spring REST Docs with Markdown and
57+
http://github.com/tripit/slate[Slate].
58+
4059
| {samples}/testng[TestNG]
4160
| Gradle
4261
| Demonstrates the use of Spring REST Docs with http://testng.org[TestNG].

0 commit comments

Comments
 (0)