From dd140a532b741e6372ea05cb2dc4fb70997dfa66 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Thu, 19 Feb 2015 14:17:56 +0100 Subject: [PATCH] Updated documentation --- README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 096af2be..4a7fd2be 100644 --- a/README.adoc +++ b/README.adoc @@ -175,9 +175,7 @@ Swagger2MarkupConverter.from("http://localhost:8080/api-docs"). .intoFolder("src/docs/asciidoc"); ``` -The Swagger2MarkupConverter searches for a Swagger ApiOperation with value: _"Create a quota"_ in a folder called _"docs/generated/create_a_quota"_ for example files and includes the _request.asciidoc_ and _response.asciidoc_ files, if they are available. - -Now my question: Could you please enhance spring-restdocs so that it can generate AsciiDoc and/or Markdown files? Maybe configurable via gradle? That would be great. In that way, I could generated AsciiDoc and Markdown documents with examples. +The Swagger2MarkupConverter searches for a Swagger ApiOperation with value: _"Create a quota"_ in a folder called _"docs/generated/create_a_quota"_ and includes the _request.asciidoc_ and _response.asciidoc_ files, if they are available. == Integration of JSON and XML Schema files. Swagger2Markup can also include JSON and XML Schema files into the generated document.