From e69c4c8209a98bb4988cc556e80ae7cf778ec704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20D=C3=BCsterh=C3=B6ft?= Date: Fri, 15 Dec 2017 08:51:31 +0100 Subject: [PATCH] List restdocs-raml in third-party extensions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d116341..cdfff4a2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ There are several that you can contribute to Spring REST Docs: | [restdocs-wiremock][17] | Auto-generate [WireMock][18] stubs as part of documenting your RESTful API | | [restdocsext-jersey][19] | Enables Spring REST Docs to be used with [Jersey's test framework][20] | | [spring-auto-restdocs][21] | Uses introspection and Javadoc to automatically document request and response parameters | +| [restdocs-raml][22] | A Spring REST Docs extension that adds RAML support | ## Licence @@ -65,4 +66,5 @@ Spring REST Docs is open source software released under the [Apache 2.0 license] [18]: http://wiremock.org/ [19]: https://github.com/RESTDocsEXT/restdocsext-jersey [20]: https://jersey.java.net/documentation/latest/test-framework.html -[21]: https://github.com/ScaCap/spring-auto-restdocs \ No newline at end of file +[21]: https://github.com/ScaCap/spring-auto-restdocs +[22]: https://github.com/ePages-de/restdocs-raml