-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '4.9.x' into router_versions
# Conflicts: # gradle.properties
- Loading branch information
Showing
2 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
20 changes: 8 additions & 12 deletions
20
src/main/docs/guide/openApiViews/viewsGenerationWithPropertiesFile.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
By default the generation of views is disabled. You can enable views generation with a <<propertiesFileConfiguration, configuration properties file>>. | ||
By default, the generation of views is disabled. You can enable views generation with a <<propertiesFileConfiguration, configuration properties file>>. | ||
|
||
.openapi.properties Example Views Generation Swagger-UI Redoc, Rapidoc | ||
.openapi.properties Example Views Generation Swagger-UI, Redoc, Rapidoc | ||
[source] | ||
---- | ||
swagger-ui.enabled=true | ||
redoc.enabled=true | ||
rapidoc.enabled=true | ||
rapidoc.bg-color=#14191f | ||
rapidoc.text-color=#aec2e0 | ||
rapidoc.sort-endpoints-by=method | ||
... | ||
.. | ||
. | ||
micronaut.openapi.views.spec = swagger-ui.enabled=true,\ | ||
redoc.enabled=true, \ | ||
rapidoc.enabled=true, \ | ||
rapidoc.bg-color=#14191f, \ | ||
rapidoc.text-color=#aec2e0, \ | ||
rapidoc.sort-endpoints-by=method | ||
---- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters