From a1d5d75c4e4caf16bae5f46c7249b18bd2a7e0db Mon Sep 17 00:00:00 2001 From: Jennifer Strater Date: Mon, 20 Jun 2016 21:29:05 -0500 Subject: [PATCH] Split samples table into three tables grouped by type Closes gh-266 --- docs/src/docs/asciidoc/getting-started.adoc | 45 +++++++++++++++------ 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/docs/src/docs/asciidoc/getting-started.adoc b/docs/src/docs/asciidoc/getting-started.adoc index 2a1d161c..853e2a47 100644 --- a/docs/src/docs/asciidoc/getting-started.adoc +++ b/docs/src/docs/asciidoc/getting-started.adoc @@ -10,23 +10,12 @@ This section describes how to get started with Spring REST Docs. If you want to jump straight in, a number of sample applications are available: + [cols="3,2,10"] +.MockMvc |=== | Sample | Build system | Description -| {samples}/rest-assured[REST Assured] -| Gradle -| Demonstrates the use of Spring REST Docs with http://rest-assured.io[REST Assured]. - -| {samples}/rest-notes-grails[Grails] -| Gradle -| Demonstrates the use of Spring REST docs with https://grails.org[Grails] and https://github.com/spockframework/spock[Spock] - -| {samples}/rest-notes-slate[Slate] -| Gradle -| Demonstrates the use of Spring REST Docs with Markdown and - http://github.com/tripit/slate[Slate]. - | {samples}/rest-notes-spring-data-rest[Spring Data REST] | Maven | 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: | Demonstrates the creation of a getting started guide and an API guide for a service implemented using http://projects.spring.io/spring-hateoas/[Spring HATEOAS]. +|=== + + +[cols="3,2,10"] +.REST Assured +|=== +| Sample | Build system | Description + +| {samples}/rest-notes-grails[Grails] +| Gradle +| Demonstrates the use of Spring REST docs with https://grails.org[Grails] and + https://github.com/spockframework/spock[Spock]. + +| {samples}/rest-assured[REST Assured] +| Gradle +| Demonstrates the use of Spring REST Docs with http://rest-assured.io[REST Assured]. + +|=== + + +[cols="3,2,10"] +.Advanced +|=== +| Sample | Build system | Description + +| {samples}/rest-notes-slate[Slate] +| Gradle +| Demonstrates the use of Spring REST Docs with Markdown and + http://github.com/tripit/slate[Slate]. + | {samples}/testng[TestNG] | Gradle | Demonstrates the use of Spring REST Docs with http://testng.org[TestNG].