Skip to content

Commit f790d8c

Browse files
committed
doc update
1 parent 561c386 commit f790d8c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

docs/v2/faq.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,6 +1789,11 @@ <h3 id="_customizing_swagger_static_resources"><a class="anchor" href="#_customi
17891789
<div class="paragraph">
17901790
<p>Illustrative example</p>
17911791
</div>
1792+
<div class="imageblock">
1793+
<div class="content">
1794+
<img src="img/static_content_transformation.png" alt="Illustrative example">
1795+
</div>
1796+
</div>
17921797
</div>
17931798
<div class="sect2">
17941799
<h3 id="_is_graalvm_supported"><a class="anchor" href="#_is_graalvm_supported"></a>Is GraalVM supported ?</h3>
@@ -1800,11 +1805,6 @@ <h3 id="_is_graalvm_supported"><a class="anchor" href="#_is_graalvm_supported"><
18001805
<p>For the OpenAPI REST endpoints, you just need to build your application with the spring <code>native</code> profile.
18011806
For the UI, you will have to add <code>springdoc.enable-native-support=true</code>. This is mainly related to <a href="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">https://github.com/webjars/webjars-locator-core/issues/96</a></p>
18021807
</div>
1803-
<div class="imageblock">
1804-
<div class="content">
1805-
<img src="img/static_content_transformation.png" alt="Illustrative example">
1806-
</div>
1807-
</div>
18081808
</div>
18091809
<div class="sect2">
18101810
<h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"><a class="anchor" href="#_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"></a>What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</h3>
@@ -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-09 23:23:59 +0100
1872+
Last updated 2022-12-09 23:27:11 +0100
18731873
</div>
18741874
</div>
18751875
</div>

docs/v2/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4266,6 +4266,11 @@ <h3 id="customizing-swagger-static-resources"><a class="anchor" href="#customizi
42664266
<div class="paragraph">
42674267
<p>Illustrative example</p>
42684268
</div>
4269+
<div class="imageblock">
4270+
<div class="content">
4271+
<img src="img/static_content_transformation.png" alt="Illustrative example">
4272+
</div>
4273+
</div>
42694274
</div>
42704275
<div class="sect2">
42714276
<h3 id="is-graalvm-supported"><a class="anchor" href="#is-graalvm-supported"></a>13.77. Is GraalVM supported ?</h3>
@@ -4277,11 +4282,6 @@ <h3 id="is-graalvm-supported"><a class="anchor" href="#is-graalvm-supported"></a
42774282
<p>For the OpenAPI REST endpoints, you just need to build your application with the spring <code>native</code> profile.
42784283
For the UI, you will have to add <code>springdoc.enable-native-support=true</code>. This is mainly related to <a href="https://github.com/webjars/webjars-locator-core/issues/96" class="bare">github.com/webjars/webjars-locator-core/issues/96</a></p>
42794284
</div>
4280-
<div class="imageblock">
4281-
<div class="content">
4282-
<img src="img/static_content_transformation.png" alt="Illustrative example">
4283-
</div>
4284-
</div>
42854285
</div>
42864286
<div class="sect2">
42874287
<h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"><a class="anchor" href="#what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot"></a>13.78. What is the compatibility matrix of <code>springdoc-openapi</code> with <code>spring-boot</code> ?</h3>

src/docs/asciidoc/v2/faq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,15 +913,15 @@ public class OpenApiConfig {
913913

914914
Illustrative example
915915

916+
image::img/static_content_transformation.png[Illustrative example]
917+
916918
=== Is GraalVM supported ?
917919
The native support available added in spring-boot 3.
918920
If you have some time, do not hesitate to test it before the next release.
919921

920922
For the OpenAPI REST endpoints, you just need to build your application with the spring `native` profile.
921923
For the UI, you will have to add `springdoc.enable-native-support=true`. This is mainly related to https://github.com/webjars/webjars-locator-core/issues/96
922924

923-
image::img/static_content_transformation.png[Illustrative example]
924-
925925
=== What is the compatibility matrix of `springdoc-openapi` with `spring-boot` ?
926926
`springdoc-openapi 2.x` is compatible with `spring-boot 3`.
927927

0 commit comments

Comments
 (0)