diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-10-31 13:22:51 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-10-31 13:22:51 -0600 |
| commit | 0c90efed2ff4bc67f804b0fae7e47607901549ae (patch) | |
| tree | 1010731b0cf4a68a757823a1ebd84a5a69fb3ba3 /docs | |
| parent | 9ff6fc3cf0c11e8b99b7d8f8027f07f960ce3946 (diff) | |
document the index_columns key in the theming guide [skip ci]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theming-guide.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index 8ea09df2..7ba83e53 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -4403,6 +4403,24 @@ Permitted attribute values are even, odd, all, and none. Prior to Asciidoctor 2, even rows are shaded by default (e.g., `stripes=even`). Since Asciidoctor 2, table stripes are not enabled by default (e.g., `stripes=none`). +[#keys-index] +=== Index + +The keys in this category control the style of the autogenerated index section. + +[cols="3,4,5l"] +|=== +|Key |Value Type |Example + +3+|[#key-prefix-index]*Key Prefix:* <<key-prefix-index,index>> + +|columns +|Integer + +(default: 2) +|index: + columns: 2 +|=== + [#keys-footnotes] === Footnotes |
