Skip to content

Commit 48aac61

Browse files
committed
doc update
1 parent de95e91 commit 48aac61

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

docs/v2/faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
16171617
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
16181618
</div>
16191619
<div class="paragraph">
1620-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-SNAPSHOT.</strong></p>
1620+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M1.</strong></p>
16211621
</div>
16221622
<div class="paragraph">
16231623
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -1634,7 +1634,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
16341634
</tr>
16351635
<tr>
16361636
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.0.x</code></p></td>
1637-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-SNAPSHOT</code>+</p></td>
1637+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M1</code>+</p></td>
16381638
</tr>
16391639
<tr>
16401640
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.6.x</code>, <code>1.5.x</code></p></td>
@@ -1668,7 +1668,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
16681668
</div>
16691669
<div id="footer">
16701670
<div id="footer-text">
1671-
Last updated 2022-02-05 12:17:35 +0100
1671+
Last updated 2022-02-06 00:25:12 +0100
16721672
</div>
16731673
</div>
16741674
<script src="js/highlight/highlight.min.js"></script>

docs/v2/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 id="getting-started">Getting Started</h2>
3030
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
3131
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
3232
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
33-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
33+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
3434
&lt;/dependency&gt;</code></pre>
3535
</div>
3636
</div>
@@ -86,7 +86,7 @@ <h2 id="getting-started">Getting Started</h2>
8686
</div>
8787
<div id="footer">
8888
<div id="footer-text">
89-
Last updated 2022-01-26 23:33:04 +0100
89+
Last updated 2022-02-06 00:25:12 +0100
9090
</div>
9191
</div>
9292
<script src="js/highlight/highlight.min.js"></script>

docs/v2/index.html

Lines changed: 9 additions & 9 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.0-SNAPSHOT</title>
9+
<title>springdoc-openapi v2.0.0-M1</title>
1010
<link rel="stylesheet" href="css/spring.css">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1212
<link rel="stylesheet" href="js/highlight/styles/github.min.css">
@@ -18,7 +18,7 @@
1818
</head>
1919
<body class="book toc2 toc-left">
2020
<div id="header">
21-
<h1>springdoc-openapi v2.0.0-SNAPSHOT</h1>
21+
<h1>springdoc-openapi v2.0.0-M1</h1>
2222
<div class="details">
2323
<span id="author" class="author">Library for OpenAPI 3 with spring-boot By Badr NASS LAHSEN</span><br>
2424
</div>
@@ -229,7 +229,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
229229
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
230230
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
231231
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
232-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
232+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
233233
&lt;/dependency&gt;</code></pre>
234234
</div>
235235
</div>
@@ -326,7 +326,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
326326
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
327327
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
328328
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
329-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
329+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
330330
&lt;/dependency&gt;</code></pre>
331331
</div>
332332
</div>
@@ -378,7 +378,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
378378
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
379379
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
380380
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
381-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
381+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
382382
&lt;/dependency&gt;</code></pre>
383383
</div>
384384
</div>
@@ -1731,7 +1731,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
17311731
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
17321732
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
17331733
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
1734-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
1734+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
17351735
&lt;/dependency&gt;</code></pre>
17361736
</div>
17371737
</div>
@@ -3573,7 +3573,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
35733573
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
35743574
</div>
35753575
<div class="paragraph">
3576-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-SNAPSHOT.</strong></p>
3576+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.0-M1.</strong></p>
35773577
</div>
35783578
<div class="paragraph">
35793579
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -3590,7 +3590,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
35903590
</tr>
35913591
<tr>
35923592
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>3.0.x</code></p></td>
3593-
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-SNAPSHOT</code>+</p></td>
3593+
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.0.0-M1</code>+</p></td>
35943594
</tr>
35953595
<tr>
35963596
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>2.6.x</code>, <code>1.5.x</code></p></td>
@@ -3624,7 +3624,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
36243624
</div>
36253625
<div id="footer">
36263626
<div id="footer-text">
3627-
Last updated 2022-01-27 12:43:35 +0100
3627+
Last updated 2022-02-06 00:25:12 +0100
36283628
</div>
36293629
</div>
36303630
<script src="js/highlight/highlight.min.js"></script>

docs/v2/migrating-from-springfox.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2 id="migrating-from-springfox">Migrating from SpringFox</h2>
3434
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
3535
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
3636
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
37-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
37+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
3838
&lt;/dependency&gt;</code></pre>
3939
</div>
4040
</div>
@@ -204,7 +204,7 @@ <h2 id="migrating-from-springfox">Migrating from SpringFox</h2>
204204
</div>
205205
<div id="footer">
206206
<div id="footer-text">
207-
Last updated 2022-01-26 23:34:00 +0100
207+
Last updated 2022-02-06 00:25:12 +0100
208208
</div>
209209
</div>
210210
<script src="js/highlight/highlight.min.js"></script>

docs/v2/modules.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 id="_spring_webmvc_support">Spring WebMvc support</h3>
6363
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
6464
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
6565
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
66-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
66+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
6767
&lt;/dependency&gt;</code></pre>
6868
</div>
6969
</div>
@@ -115,7 +115,7 @@ <h3 id="_spring_webflux_support">Spring WebFlux support</h3>
115115
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml"> &lt;dependency&gt;
116116
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
117117
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
118-
&lt;version&gt;2.0.0-SNAPSHOT&lt;/version&gt;
118+
&lt;version&gt;2.0.0-M1&lt;/version&gt;
119119
&lt;/dependency&gt;</code></pre>
120120
</div>
121121
</div>
@@ -493,7 +493,7 @@ <h3 id="_javadoc_support">Javadoc support</h3>
493493
</div>
494494
<div id="footer">
495495
<div id="footer-text">
496-
Last updated 2022-01-27 17:58:30 +0100
496+
Last updated 2022-02-06 00:25:12 +0100
497497
</div>
498498
</div>
499499
<script src="js/highlight/highlight.min.js"></script>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,13 +825,13 @@ private Schema getFieldSchemaWithDifferentDescription(Class className, String de
825825
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
826826
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
827827

828-
In general, **you should only pick the last stable version as per today 2.0.0-SNAPSHOT.**
828+
In general, **you should only pick the last stable version as per today 2.0.0-M1.**
829829

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

832832
|===
833833
| spring-boot Versions | Minimum springdoc-openapi Versions
834-
|`3.0.x` | `2.0.0-SNAPSHOT`+
834+
|`3.0.x` | `2.0.0-M1`+
835835
|`2.6.x`, `1.5.x` | `1.6.0`+
836836
|`2.5.x`, `1.5.x` | `1.5.9`+
837837
|`2.4.x`, `1.5.x` | `1.5.0`+

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.0-SNAPSHOT</version>
11+
<version>2.0.0-M1</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.0-SNAPSHOT
1+
= springdoc-openapi v2.0.0-M1
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.0-SNAPSHOT</version>
11+
<version>2.0.0-M1</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::images/common.png[Architecture]
1818
<dependency>
1919
<groupId>org.springdoc</groupId>
2020
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
21-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.0-M1</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.0-SNAPSHOT</version>
46+
<version>2.0.0-M1</version>
4747
</dependency>
4848
----
4949

0 commit comments

Comments
 (0)