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.
1479
-
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v1.2.3.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1479
+
You can override <ahref="https://github.com/spring-projects/spring-restdocs/tree/v1.2.5.RELEASE/spring-restdocs-core/src/main/resources/org/springframework/restdocs/templates">REST Docs templates</a>
1480
1480
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>.
1481
1481
Important is to omit <code>default-</code> part from the template name so that the resolution algorithm will prefer this custom template.
1482
-
See also <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.3.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1482
+
See also <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.5.RELEASE/reference/html5/#documenting-your-api-customizing-snippets">original documentation</a> for additional details.</p>
1483
1483
</div>
1484
1484
</div>
1485
1485
</div>
@@ -1559,7 +1559,7 @@ <h3 id="constraints-custom"><a class="link" href="#constraints-custom">Custom co
1559
1559
Each description is a property where the key is the full class name of the annotation suffixed with <code>.description</code>.
1560
1560
The value is the description and can contain placeholders for annotation methods,
1561
1561
e.g. <code>${value}</code> to get the content of <code>value()</code>.
1562
-
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.3.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1562
+
For more details, see original documentation of <ahref="http://docs.spring.io/spring-restdocs/docs/1.2.5.RELEASE/reference/html5/#documenting-your-api-constraints-describing">here</a>.</p>
1563
1563
</div>
1564
1564
<divclass="paragraph">
1565
1565
<p>Example for the constraint annotation <code>myproject.constraints.OneOf</code>:</p>
0 commit comments