@@ -37,36 +37,36 @@ There are several that you can contribute to Spring REST Docs:
3737
3838| Name | Description |
3939| ---- | ----------- |
40- | [ restdocs-wiremock] [ 17 ] | Auto-generate [ WireMock] [ 18 ] stubs as part of documenting your RESTful API |
41- | [ restdocsext-jersey] [ 19 ] | Enables Spring REST Docs to be used with [ Jersey's test framework] [ 20 ] |
42- | [ spring-auto-restdocs] [ 21 ] | Uses introspection and Javadoc to automatically document request and response parameters |
43- | [ restdocs-api-spec] [ 22 ] | A Spring REST Docs extension that adds API specification support. It currently supports [ OpenAPI 2] [ 23 ] and [ OpenAPI 3] [ 24 ] |
40+ <<<<<<< HEAD
41+ | [ restdocs-wiremock] [ 17 ] | Auto-generate WireMock stubs as part of documenting your RESTful API |
42+ | [ restdocsext-jersey] [ 18 ] | Enables Spring REST Docs to be used with [ Jersey's test framework] [ 19 ] |
43+ | [ spring-auto-restdocs] [ 20 ] | Uses introspection and Javadoc to automatically document request and response parameters |
44+ | [ restdocs-api-spec] [ 21 ] | A Spring REST Docs extension that adds API specification support. It currently supports [ OpenAPI 2] [ 22 ] and [ OpenAPI 3] [ 23 ] |
4445
4546## Licence
4647
4748Spring REST Docs is open source software released under the [ Apache 2.0 license] [ 14 ] .
4849
4950[ 1 ] : https://build.spring.io/plugins/servlet/wittified/build-status/SRD-PUB ( Build status )
5051[ 2 ] : https://build.spring.io/browse/SRD-PUB
51- [ 3 ] : http ://asciidoctor.org
52- [ 4 ] : http ://docs.spring.io/spring-framework/docs/4.1.x/spring-framework-reference/htmlsingle/#spring-mvc-test-framework
52+ [ 3 ] : https ://asciidoctor.org
53+ [ 4 ] : https ://docs.spring.io/spring-framework/docs/4.1.x/spring-framework-reference/htmlsingle/#spring-mvc-test-framework
5354[ 5 ] : https://developer.github.com/v3/
54- [ 6 ] : http ://swagger.io
55+ [ 6 ] : https ://swagger.io
5556[ 7 ] : https://speakerdeck.com/ankinson/documenting-restful-apis-webinar
5657[ 8 ] : https://www.youtube.com/watch?v=knH5ihPNiUs&feature=youtu.be
57- [ 9 ] : http ://docs.spring.io/spring-restdocs/docs/
58- [ 10 ] : http ://gradle.org
58+ [ 9 ] : https ://docs.spring.io/spring-restdocs/docs/
59+ [ 10 ] : https ://gradle.org
5960[ 11 ] : CODE_OF_CONDUCT.md
6061[ 12 ] : https://help.github.com/articles/using-pull-requests/
6162[ 13 ] : CONTRIBUTING.md
6263[ 14 ] : https://www.apache.org/licenses/LICENSE-2.0.html
63- [ 15 ] : http ://stackoverflow.com/tags/spring-restdocs
64+ [ 15 ] : https ://stackoverflow.com/tags/spring-restdocs
6465[ 16 ] : https://gitter.im/spring-projects/spring-restdocs
6566[ 17 ] : https://github.com/ePages-de/restdocs-wiremock
66- [ 18 ] : http://wiremock.org/
67- [ 19 ] : https://github.com/RESTDocsEXT/restdocsext-jersey
68- [ 20 ] : https://jersey.java.net/documentation/latest/test-framework.html
69- [ 21 ] : https://github.com/ScaCap/spring-auto-restdocs
70- [ 22 ] : https://github.com/ePages-de/restdocs-api-spec
71- [ 23 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
72- [ 24 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md
67+ [ 18 ] : https://github.com/RESTDocsEXT/restdocsext-jersey
68+ [ 19 ] : https://jersey.java.net/documentation/latest/test-framework.html
69+ [ 20 ] : https://github.com/ScaCap/spring-auto-restdocs
70+ [ 21 ] : https://github.com/ePages-de/restdocs-api-spec
71+ [ 22 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
72+ [ 23 ] : https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md
0 commit comments