Skip to content

Fix springdoc.enable-kotlin property description in docs #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-kotlin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolproperty resolver on @Schema (extensionean</code>. To enable Kotlin support.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable Kotlin support.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-hateoas</p></td>
Expand Down Expand Up @@ -320,4 +320,4 @@
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ <h3 id="springdoc-openapi-core-properties"><a class="anchor" href="#springdoc-op
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-kotlin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolproperty resolver on @Schema (extensionean</code>. To enable Kotlin support.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable Kotlin support.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-hateoas</p></td>
Expand Down Expand Up @@ -4657,4 +4657,4 @@ <h3 id="some-parameters-are-not-generated-in-the-resulting-openapi-spec"><a clas
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3 id="_springdoc_openapi_core_properties"><a class="anchor" href="#_springdoc_
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-kotlin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolproperty resolver on @Schema (extensionean</code>. To enable Kotlin support.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable Kotlin support.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-hateoas</p></td>
Expand Down Expand Up @@ -603,4 +603,4 @@ <h3 id="_swagger_ui_properties"><a class="anchor" href="#_swagger_ui_properties"
</div>
</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/v1/properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h3 id="_springdoc_openapi_core_properties"><a class="anchor" href="#_springdoc_
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-kotlin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolproperty resolver on @Schema (extensionean</code>. To enable Kotlin support.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>Boolean</code>. To enable Kotlin support.</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">springdoc.enable-hateoas</p></td>
Expand Down Expand Up @@ -603,4 +603,4 @@ <h3 id="_swagger_ui_properties"><a class="anchor" href="#_swagger_ui_properties"
</div>
</div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
|springdoc.show-spring-cloud-functions | `true` | `Boolean`. To display the spring-cloud-function web endpoints.
|springdoc.enable-groovy | `true` | `Boolean`. To enable Groovy support.
|springdoc.enable-spring-security | `true` | `Boolean`. To enable spring-security support.
|springdoc.enable-kotlin | `true` | `Boolproperty resolver on @Schema (extensionean`. To enable Kotlin support.
|springdoc.enable-kotlin | `true` | `Boolean`. To enable Kotlin support.
|springdoc.enable-hateoas | `true` | `Boolean`. To enable spring-hateoas support.
|springdoc.enable-data-rest | `true` | `Boolean`. To enable spring-data-rest support.
|springdoc.api-docs.version | `openapi_3_0` | `String`. To choose `OpenAPI 3.0` or `OpenAPI 3.1` (using the value `OPENAPI_3_1`).
Expand Down