432432< h1 > Spring Auto REST Docs</ h1 >
433433< div class ="details ">
434434< span id ="author " class ="author "> Scalable Capital</ span > < br >
435- < span id ="revnumber "> version 2.0.1-SNAPSHOT </ span >
435+ < span id ="revnumber "> version 2.0.1</ span >
436436</ div >
437437< div id ="toc " class ="toc2 ">
438438< div id ="toctitle "> Table of Contents</ div >
@@ -602,7 +602,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
602602< pre class ="highlightjs highlight "> < code class ="language-xml hljs " data-lang ="xml "> <dependency>
603603 <groupId>capital.scalable</groupId>
604604 <artifactId>spring-auto-restdocs-core</artifactId>
605- <version>2.0.0 </version>
605+ <version>2.0.1 </version>
606606 <scope>test</scope> < i class ="conum " data-value ="1 "> </ i > < b > (1)</ b >
607607</dependency>
608608
@@ -639,7 +639,7 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
639639 <docletArtifact>
640640 <groupId>capital.scalable</groupId>
641641 <artifactId>spring-auto-restdocs-json-doclet</artifactId>
642- <version>2.0.0 </version>
642+ <version>2.0.1 </version>
643643 </docletArtifact>
644644 <destDir>generated-javadoc-json</destDir> < i class ="conum " data-value ="3 "> </ i > < b > (3)</ b >
645645 <reportOutputDirectory>${project.build.directory}</reportOutputDirectory> < i class ="conum " data-value ="3 "> </ i > < b > (3)</ b >
@@ -684,8 +684,8 @@ <h3 id="gettingstarted-usage"><a class="link" href="#gettingstarted-usage">Usage
684684}
685685
686686dependencies {
687- testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.0 ' < i class ="conum " data-value ="1 "> </ i > < b > (1)</ b >
688- jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.0 '
687+ testCompile group: 'capital.scalable', name: 'spring-auto-restdocs-core', version: '2.0.1 ' < i class ="conum " data-value ="1 "> </ i > < b > (1)</ b >
688+ jsondoclet group: 'capital.scalable', name: 'spring-auto-restdocs-json-doclet', version: '2.0.1 '
689689}
690690
691691task jsonDoclet(type: Javadoc, dependsOn: compileJava) {
@@ -1235,6 +1235,18 @@ <h4 id="_configuration_4"><a class="link" href="#_configuration_4">Configuration
12351235</ div >
12361236< div class ="sect2 ">
12371237< h3 id ="snippets-section "> < a class ="link " href ="#snippets-section "> Section snippet</ a > </ h3 >
1238+ < div class ="admonitionblock note ">
1239+ < table >
1240+ < tr >
1241+ < td class ="icon ">
1242+ < i class ="fa icon-note " title ="Note "> </ i >
1243+ </ td >
1244+ < td class ="content ">
1245+ Section snippets only work if AsciiDoc is used. Markdown is not supported, because Markdown has no includes.
1246+ </ td >
1247+ </ tr >
1248+ </ table >
1249+ </ div >
12381250< div class ="paragraph ">
12391251< p > The section snippet combines most common snippets into one convenient file.
12401252It helps you being even more lazy, because a single line of AsciiDoc is sufficient to document one endpoint.
@@ -1252,14 +1264,14 @@ <h3 id="snippets-section"><a class="link" href="#snippets-section">Section snipp
12521264< pre class ="highlightjs highlight "> < code class ="language-asciidoc hljs " data-lang ="asciidoc "> [[resources-{{link}}]]
12531265=== {{title}}
12541266
1255- include::{snippets}/{{path}}/ auto-method-path.adoc[]
1267+ include::auto-method-path.adoc[]
12561268
1257- include::{snippets}/{{path}}/ auto-description.adoc[]
1269+ include::auto-description.adoc[]
12581270{{#sections}}
12591271
12601272==== {{header}}
12611273
1262- include::{snippets}/{{path}}/{ {fileName}}.adoc[]
1274+ include::{{fileName}}.adoc[]
12631275{{/sections}}</ code > </ pre >
12641276</ div >
12651277</ div >
@@ -1848,8 +1860,8 @@ <h4 id="contributing-building-build"><a class="link" href="#contributing-buildin
18481860</ div >
18491861< div id ="footer ">
18501862< div id ="footer-text ">
1851- Version 2.0.1-SNAPSHOT < br >
1852- Last updated 2018-03-23 17:48:09 CET
1863+ Version 2.0.1< br >
1864+ Last updated 2018-03-29 11:56:38 CEST
18531865</ div >
18541866</ div >
18551867< link rel ="stylesheet " href ="highlight/styles/github.min.css ">
0 commit comments