Closed buzzerrookie closed 1 month ago
In FAQ section 13.13, the code appears with 3 more dashes at the top and bottom respectively.
--- @Bean @Primary fun swaggerUiConfig(config: SwaggerUiConfigProperties): SwaggerUiConfigProperties { config.showCommonExtensions = true config.queryConfigEnabled = true return config } ---
I've created a PR https://github.com/springdoc/springdoc.github.io/pull/80
docs updated
In FAQ section 13.13, the code appears with 3 more dashes at the top and bottom respectively.