Skip to content

Commit 8683b62

Browse files
committed
doc update
1 parent 37336ab commit 8683b62

10 files changed

+23
-23
lines changed

docs/v2/faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18121812
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
18131813
</div>
18141814
<div class="paragraph">
1815-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.1.</strong></p>
1815+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.2.</strong></p>
18161816
</div>
18171817
<div class="paragraph">
18181818
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -1869,7 +1869,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18691869
</div>
18701870
<div id="footer">
18711871
<div id="footer-text">
1872-
Last updated 2022-12-16 12:01:44 +0100
1872+
Last updated 2022-12-16 15:14:24 +0100
18731873
</div>
18741874
</div>
18751875
</div>

docs/v2/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
4040
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4141
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4242
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
43-
&lt;version&gt;2.0.1&lt;/version&gt;
43+
&lt;version&gt;2.0.2&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>
@@ -96,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
9696
</div>
9797
<div id="footer">
9898
<div id="footer-text">
99-
Last updated 2022-12-16 12:01:44 +0100
99+
Last updated 2022-12-16 15:14:24 +0100
100100
</div>
101101
</div>
102102
</div>

docs/v2/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="generator" content="Asciidoctor 2.0.15">
88
<meta name="author" content="Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN">
9-
<title>springdoc-openapi v2.0.1</title>
9+
<title>springdoc-openapi v2.0.2</title>
1010
<link rel="stylesheet" href="css/site.css">
1111
<style>
1212
#header #revnumber {
@@ -33,7 +33,7 @@
3333
<div id="main" class="contained">
3434
<div id="doc" class="doc">
3535
<div id="header">
36-
<h1>springdoc-openapi v2.0.1</h1>
36+
<h1>springdoc-openapi v2.0.2</h1>
3737
<div class="details">
3838
<span id="author" class="author">Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</span><br>
3939
</div>
@@ -295,7 +295,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
295295
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
296296
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
297297
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
298-
&lt;version&gt;2.0.1&lt;/version&gt;
298+
&lt;version&gt;2.0.2&lt;/version&gt;
299299
&lt;/dependency&gt;</code></pre>
300300
</div>
301301
</div>
@@ -404,7 +404,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
404404
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
405405
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
406406
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
407-
&lt;version&gt;2.0.1&lt;/version&gt;
407+
&lt;version&gt;2.0.2&lt;/version&gt;
408408
&lt;/dependency&gt;</code></pre>
409409
</div>
410410
</div>
@@ -456,7 +456,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
456456
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
457457
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
458458
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
459-
&lt;version&gt;2.0.1&lt;/version&gt;
459+
&lt;version&gt;2.0.2&lt;/version&gt;
460460
&lt;/dependency&gt;</code></pre>
461461
</div>
462462
</div>
@@ -2123,7 +2123,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
21232123
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
21242124
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
21252125
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2126-
&lt;version&gt;2.0.1&lt;/version&gt;
2126+
&lt;version&gt;2.0.2&lt;/version&gt;
21272127
&lt;/dependency&gt;</code></pre>
21282128
</div>
21292129
</div>
@@ -4289,7 +4289,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
42894289
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
42904290
</div>
42914291
<div class="paragraph">
4292-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.1.</strong></p>
4292+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.2.</strong></p>
42934293
</div>
42944294
<div class="paragraph">
42954295
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -4358,7 +4358,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
43584358
</div>
43594359
<div id="footer">
43604360
<div id="footer-text">
4361-
Last updated 2022-12-16 12:01:44 +0100
4361+
Last updated 2022-12-16 15:14:24 +0100
43624362
</div>
43634363
</div>
43644364

docs/v2/migrating-from-springfox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
4444
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4545
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4646
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
47-
&lt;version&gt;2.0.1&lt;/version&gt;
47+
&lt;version&gt;2.0.2&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>
@@ -217,7 +217,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
217217
</div>
218218
<div id="footer">
219219
<div id="footer-text">
220-
Last updated 2022-12-16 12:01:44 +0100
220+
Last updated 2022-12-16 15:14:24 +0100
221221
</div>
222222
</div>
223223
</div>

docs/v2/modules.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
7373
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
7474
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
7575
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
76-
&lt;version&gt;2.0.1&lt;/version&gt;
76+
&lt;version&gt;2.0.2&lt;/version&gt;
7777
&lt;/dependency&gt;</code></pre>
7878
</div>
7979
</div>
@@ -125,7 +125,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
125125
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
126126
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
127127
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
128-
&lt;version&gt;2.0.1&lt;/version&gt;
128+
&lt;version&gt;2.0.2&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>
@@ -508,7 +508,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
508508
</div>
509509
<div id="footer">
510510
<div id="footer-text">
511-
Last updated 2022-12-16 12:01:44 +0100
511+
Last updated 2022-12-16 15:14:24 +0100
512512
</div>
513513
</div>
514514
</div>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ For the UI, you will have to add `springdoc.enable-native-support=true`. This is
925925
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
926926
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
927927

928-
In general, **you should only pick the last stable version as per today 2.0.1.**
928+
In general, **you should only pick the last stable version as per today 2.0.2.**
929929

930930
More precisely, this the exhaustive list of spring-boot versions against which `springdoc-openapi` has been built:
931931

src/docs/asciidoc/v2/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For the integration between spring-boot and swagger-ui, add the library to the l
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= springdoc-openapi v2.0.1
1+
= springdoc-openapi v2.0.2
22
Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN
33
include::_attributes.adoc[]
44

src/docs/asciidoc/v2/migrating-from-springfox.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.springdoc</groupId>
1010
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
11-
<version>2.0.1</version>
11+
<version>2.0.2</version>
1212
</dependency>
1313
----
1414

src/docs/asciidoc/v2/modules.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image::img/common.png[Architecture]
1818
<dependency>
1919
<groupId>org.springdoc</groupId>
2020
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
21-
<version>2.0.1</version>
21+
<version>2.0.2</version>
2222
</dependency>
2323
----
2424

@@ -43,7 +43,7 @@ springdoc.api-docs.path=/api-docs
4343
<dependency>
4444
<groupId>org.springdoc</groupId>
4545
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
46-
<version>2.0.1</version>
46+
<version>2.0.2</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)