Skip to content

Commit 234a3a7

Browse files
committed
Fix code appearance.
1 parent bbf8690 commit 234a3a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/docs/asciidoc/faq.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ springdoc.packagesToScan=package1, package2
143143

144144
These can be set by creating a `swaggerUiConfig` bean as follows:
145145
[source,kotlin]
146-
---
146+
----
147147
@Bean
148148
@Primary
149149
fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150150
config.showCommonExtensions = true
151151
config.queryConfigEnabled = true
152152
return config
153153
}
154-
---
154+
----
155155

156156
=== How can I ignore some field of model ?
157157
* You can use the following annotation on the top of the field that you want to hide:

src/docs/asciidoc/v1/faq.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ springdoc.packagesToScan=package1, package2
143143

144144
These can be set by creating a `swaggerUiConfig` bean as follows:
145145
[source,kotlin]
146-
---
146+
----
147147
@Bean
148148
@Primary
149149
fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties {
150150
config.showCommonExtensions = true
151151
config.queryConfigEnabled = true
152152
return config
153153
}
154-
---
154+
----
155155

156156
=== How can I ignore some field of model?
157157
* You can use the following annotation on the top of the field that you want to hide:

0 commit comments

Comments
 (0)