You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
<p>Provide your own template in <code>org/springframework/restdocs/templates/asciidoctor</code> (or <code>markdown</code>) package of your resources.
1308
-
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v1.2.1.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1308
+
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v1.2.2.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1309
1309
and <ahref="https://github.com/ScaCap/spring-auto-restdocs/tree/master/spring-auto-restdocs-core/src/main/resources/org/springframework/restdocs/templates">Auto REST Docs templates</a>.
1310
1310
Important is to omit <code>default-</code> part from the template name so that the resolution algorithm will prefer this custom template.
1311
-
See also <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.1.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1311
+
See also <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.2.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1312
1312
</div>
1313
1313
</div>
1314
1314
</div>
@@ -1388,7 +1388,7 @@ <h3 id="constraints-custom"><a class="link" href="#constraints-custom">Custom co
1388
1388
Each description is a property where the key is the full class name of the annotation suffixed with <code>.description</code>.
1389
1389
The value is the description and can contain placeholders for annotation methods,
1390
1390
e.g. <code>${value}</code> to get the content of <code>value()</code>.
1391
-
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.1.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1391
+
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.2.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1392
1392
</div>
1393
1393
<divclass="paragraph">
1394
1394
<p>Example for the constraint annotation <code>myproject.constraints.OneOf</code>:</p>
0 commit comments