From 9f5cda958e11e52c4f904e8cdd67b3df65f5f2df Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sat, 13 Jan 2024 14:50:16 +0100 Subject: [PATCH] Enable table striping by default in the reference manual Closes gh-32022 --- framework-docs/antora.yml | 1 + framework-docs/modules/ROOT/pages/appendix.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/framework-docs/antora.yml b/framework-docs/antora.yml index 41f2780cdf8..6bc869aee70 100644 --- a/framework-docs/antora.yml +++ b/framework-docs/antora.yml @@ -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' diff --git a/framework-docs/modules/ROOT/pages/appendix.adoc b/framework-docs/modules/ROOT/pages/appendix.adoc index 74a82445498..eb046cc2754 100644 --- a/framework-docs/modules/ROOT/pages/appendix.adoc +++ b/framework-docs/modules/ROOT/pages/appendix.adoc @@ -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