Skip to content

Added setting to preload by specifying locales to doc #55

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 1 commit into from
Jul 29, 2023
Merged
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
1 change: 1 addition & 0 deletions src/docs/asciidoc/core-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
|springdoc.use-fqn | `false` | `Boolean`. To enable fully qualified names.
|springdoc.show-login-endpoint | `false` | `Boolean`. To make spring security login-endpoint visible.
|springdoc.pre-loading-enabled | `false` | `Boolean`. Pre-loading setting to load OpenAPI on application startup.
|springdoc.pre-loading-locales | | `List of Strings`.The list of locales to load OpenAPI on application startup.(comma separated) If not specified, it will preload with the default Locale.
Copy link
Contributor

@valery1707 valery1707 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to current formatting:

Suggested change
|springdoc.pre-loading-locales | | `List of Strings`.The list of locales to load OpenAPI on application startup.(comma separated) If not specified, it will preload with the default Locale.
|springdoc.pre-loading-locales | | `List of Strings`. The list of locales to load OpenAPI on application startup (comma separated). If not specified, it will preload with the default Locale.

|springdoc.writer-with-order-by-keys | `false` | `Boolean`. Enable a deterministic/alphabetical ordering.
|springdoc.use-management-port | `false` | `Boolean`. To expose the swagger-ui on the actuator management port.
|springdoc.disable-i18n | `false` | `Boolean`. To disable automatic translation using i18n.
Expand Down