Enable table striping by default in the reference manual
Closes gh-32022
This commit is contained in:
@@ -18,6 +18,7 @@ asciidoc:
|
|||||||
# FIXME: The package is not renamed
|
# FIXME: The package is not renamed
|
||||||
chomp: 'all'
|
chomp: 'all'
|
||||||
fold: 'all'
|
fold: 'all'
|
||||||
|
table-stripes: 'odd'
|
||||||
include-java: 'example$docs-src/main/java/org/springframework/docs'
|
include-java: 'example$docs-src/main/java/org/springframework/docs'
|
||||||
spring-site: 'https://spring.io'
|
spring-site: 'https://spring.io'
|
||||||
spring-site-blog: '{spring-site}/blog'
|
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.
|
The following table lists all currently supported Spring properties.
|
||||||
|
|
||||||
.Supported Spring Properties
|
.Supported Spring Properties
|
||||||
[cols="1,1", stripes=odd]
|
[cols="1,1"]
|
||||||
|===
|
|===
|
||||||
| Name | Description
|
| Name | Description
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user