Skip to content

Commit fdc61be

Browse files
author
bnasslahsen
committed
doc update
1 parent 374bc33 commit fdc61be

32 files changed

+388
-586
lines changed

docs/core-properties.html

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<!--
2-
~ /*
3-
~ *
4-
~ * *
5-
~ * * * Copyright 2019-2022 the original author or authors.
6-
~ * * *
7-
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8-
~ * * * you may not use this file except in compliance with the License.
9-
~ * * * You may obtain a copy of the License at
10-
~ * * *
11-
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12-
~ * * *
13-
~ * * * Unless required by applicable law or agreed to in writing, software
14-
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15-
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
~ * * * See the License for the specific language governing permissions and
17-
~ * * * limitations under the License.
18-
~ * *
19-
~ *
20-
~ */
21-
-->
22-
231
<!DOCTYPE html>
242
<html lang="en">
253
<head>
@@ -275,7 +253,7 @@
275253
</div>
276254
<div id="footer">
277255
<div id="footer-text">
278-
Last updated 2022-05-27 20:22:33 +0200
256+
Last updated 2022-06-07 13:58:13 +0200
279257
</div>
280258
</div>
281259
</div>

docs/demos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3 id="_source_code_of_the_demo_applications"><a class="anchor" href="#_source_
8383
</div>
8484
<div id="footer">
8585
<div id="footer-text">
86-
Last updated 2022-05-01 00:07:55 +0200
86+
Last updated 2022-06-07 13:58:13 +0200
8787
</div>
8888
</div>
8989
</div>

docs/faq.html

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<!--
2-
~ /*
3-
~ *
4-
~ * *
5-
~ * * * Copyright 2019-2022 the original author or authors.
6-
~ * * *
7-
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8-
~ * * * you may not use this file except in compliance with the License.
9-
~ * * * You may obtain a copy of the License at
10-
~ * * *
11-
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12-
~ * * *
13-
~ * * * Unless required by applicable law or agreed to in writing, software
14-
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15-
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
~ * * * See the License for the specific language governing permissions and
17-
~ * * * limitations under the License.
18-
~ * *
19-
~ *
20-
~ */
21-
-->
22-
231
<!DOCTYPE html>
242
<html lang="en">
253
<head>
@@ -267,6 +245,23 @@ <h3 id="_how_can_i_add_reusable_enums"><a class="anchor" href="#_how_can_i_add_r
267245
</div>
268246
</div>
269247
<div class="sect2">
248+
<h3 id="_how_can_i_apply_enumasref_true_to_all_enums"><a class="anchor" href="#_how_can_i_apply_enumasref_true_to_all_enums"></a>How can i apply <code>enumAsRef = true</code> to all enums ?</h3>
249+
<div class="ulist">
250+
<ul>
251+
<li>
252+
<p>Declare the following property:</p>
253+
</li>
254+
</ul>
255+
</div>
256+
<div class="listingblock">
257+
<div class="content">
258+
<pre>static {
259+
io.swagger.v3.core.jackson.ModelResolver.enumsAsRef = true;
260+
}</pre>
261+
</div>
262+
</div>
263+
</div>
264+
<div class="sect2">
270265
<h3 id="_how_can_i_explicitly_set_which_paths_to_filter"><a class="anchor" href="#_how_can_i_explicitly_set_which_paths_to_filter"></a>How can I explicitly set which paths to filter?</h3>
271266
<div class="ulist">
272267
<ul>
@@ -1967,7 +1962,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
19671962
</div>
19681963
<div id="footer">
19691964
<div id="footer-text">
1970-
Last updated 2022-05-01 00:07:55 +0200
1965+
Last updated 2022-06-15 16:49:14 +0200
19711966
</div>
19721967
</div>
19731968
</div>

docs/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h3 id="_integration_with_wildfly"><a class="anchor" href="#_integration_with_wi
341341
</div>
342342
<div id="footer">
343343
<div id="footer-text">
344-
Last updated 2021-12-25 11:44:27 +0100
344+
Last updated 2022-06-07 13:58:13 +0200
345345
</div>
346346
</div>
347347
</div>

docs/getting-started.html

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<!--
2-
~ /*
3-
~ *
4-
~ * *
5-
~ * * * Copyright 2019-2022 the original author or authors.
6-
~ * * *
7-
~ * * * Licensed under the Apache License, Version 2.0 (the "License");
8-
~ * * * you may not use this file except in compliance with the License.
9-
~ * * * You may obtain a copy of the License at
10-
~ * * *
11-
~ * * * https://www.apache.org/licenses/LICENSE-2.0
12-
~ * * *
13-
~ * * * Unless required by applicable law or agreed to in writing, software
14-
~ * * * distributed under the License is distributed on an "AS IS" BASIS,
15-
~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
~ * * * See the License for the specific language governing permissions and
17-
~ * * * limitations under the License.
18-
~ * *
19-
~ *
20-
~ */
21-
-->
22-
231
<!DOCTYPE html>
242
<html lang="en">
253
<head>
@@ -118,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
11896
</div>
11997
<div id="footer">
12098
<div id="footer-text">
121-
Last updated 2020-12-08 21:54:50 +0100
99+
Last updated 2022-06-07 13:58:13 +0200
122100
</div>
123101
</div>
124102
</div>

0 commit comments

Comments
 (0)