diff --git a/README.md b/README.md index 30d4cca9..d61d201b 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,15 @@ from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also avail ## Documentation -[Current 2.0.0 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.0/docs/index.html) reference guide (based on Spring REST Docs 2.x). +[Current 2.0.1 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.1/docs/index.html) reference guide (based on Spring REST Docs 2.x). -[Current 1.0.12 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.12/docs/index.html) reference guide (based on Spring REST Docs 1.x). +[Current 1.0.13 release](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.13/docs/index.html) reference guide (based on Spring REST Docs 1.x). -Latest master [2.0.1-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. +Latest master [2.0.2-SNAPSHOT](https://scacap.github.io/spring-auto-restdocs) reference guide. -Older releases: +Older releases: +[2.0.0](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v2.0.0/docs/index.html), +[1.0.12](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.12/docs/index.html), [1.0.11](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.11/docs/index.html), [1.0.10](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.10/docs/index.html), [1.0.9](https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/v1.0.9/docs/index.html), diff --git a/docs/index.html b/docs/index.html index abd8c120..bfe2300c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -432,7 +432,7 @@

Spring Auto REST Docs

Scalable Capital
-version 2.0.1-SNAPSHOT +version 2.0.1
Table of Contents
@@ -602,7 +602,7 @@

Usage
<dependency>
     <groupId>capital.scalable</groupId>
     <artifactId>spring-auto-restdocs-core</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1</version>
     <scope>test</scope> (1)
 </dependency>
 
@@ -639,7 +639,7 @@ 

Usage <docletArtifact> <groupId>capital.scalable</groupId> <artifactId>spring-auto-restdocs-json-doclet</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </docletArtifact> <destDir>generated-javadoc-json</destDir> (3) <reportOutputDirectory>${project.build.directory}</reportOutputDirectory> (3) @@ -684,8 +684,8 @@

Usage } dependencies { - testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.0' (1) - jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.0' + testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.1' (1) + jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.1' } task jsonDoclet(type: Javadoc, dependsOn: compileJava) { @@ -1235,6 +1235,18 @@

Configuration

Section snippet

+
+ + + + + +
+ + +Section snippets only work if AsciiDoc is used. Markdown is not supported, because Markdown has no includes. +
+
@@ -1848,8 +1860,8 @@

diff --git a/pom.xml b/pom.xml index 80e2539c..e80b42cf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ capital.scalable spring-auto-restdocs-parent - 2.0.1-SNAPSHOT + 2.0.1 pom Spring Auto REST Docs Parent POM diff --git a/samples/java-webmvc/build.gradle b/samples/java-webmvc/build.gradle index 82af20a0..ed881fd3 100644 --- a/samples/java-webmvc/build.gradle +++ b/samples/java-webmvc/build.gradle @@ -18,7 +18,7 @@ apply plugin: "io.spring.dependency-management" apply plugin: "org.asciidoctor.convert" group = "capital.scalable" -version = "2.0.1-SNAPSHOT" +version = "2.0.1" description = """Spring Auto REST Docs Example Project""" diff --git a/samples/java-webmvc/generated-docs/index.html b/samples/java-webmvc/generated-docs/index.html index 913f4b0e..2b32812a 100644 --- a/samples/java-webmvc/generated-docs/index.html +++ b/samples/java-webmvc/generated-docs/index.html @@ -5,7 +5,7 @@ -Example API Documentation +Java Web MVC Example API Documentation