Enable table striping by default in the reference manual
Closes gh-32022
This commit is contained in:
parent
47779d6a53
commit
9f5cda958e
|
|
@ -18,6 +18,7 @@ asciidoc:
|
|||
# FIXME: The package is not renamed
|
||||
chomp: 'all'
|
||||
fold: 'all'
|
||||
table-stripes: 'odd'
|
||||
include-java: 'example$docs-src/main/java/org/springframework/docs'
|
||||
spring-site: 'https://spring.io'
|
||||
spring-site-blog: '{spring-site}/blog'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ of the classpath -- for example, deployed within the application's JAR file.
|
|||
The following table lists all currently supported Spring properties.
|
||||
|
||||
.Supported Spring Properties
|
||||
[cols="1,1", stripes=odd]
|
||||
[cols="1,1"]
|
||||
|===
|
||||
| Name | Description
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue