Browse Source

Enable table striping by default in the reference manual

Closes gh-32022
pull/31970/head
Sam Brannen 2 years ago
parent
commit
9f5cda958e
  1. 1
      framework-docs/antora.yml
  2. 2
      framework-docs/modules/ROOT/pages/appendix.adoc

1
framework-docs/antora.yml

@ -18,6 +18,7 @@ asciidoc: @@ -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'

2
framework-docs/modules/ROOT/pages/appendix.adoc

@ -19,7 +19,7 @@ of the classpath -- for example, deployed within the application's JAR file. @@ -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…
Cancel
Save