diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-16 10:21:34 +0100 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-03-16 10:21:34 +0100 |
commit | db9aa89125d2a6e102180e1e30e3a51737625b8b (patch) | |
tree | d516998f44f0ca07ed3580600c6795359a72125a /pom.xml | |
parent | f03e287f9f06c58982d15d11c692c30d04ce2cee (diff) | |
download | aspectj-db9aa89125d2a6e102180e1e30e3a51737625b8b.tar.gz aspectj-db9aa89125d2a6e102180e1e30e3a51737625b8b.zip |
Asciidoctor: Create HTML/PDF with TOC level 5
The default is 2 in Asciidoctor. A higher TOC level enables developers
and users to post more precise deep-links into docs. In PDF versions, it
is also easier now to navigate from the TOC to a specific subchapter.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -513,6 +513,7 @@ <attributes> <source-highlighter>coderay</source-highlighter> <toc>left</toc> + <toclevels>5</toclevels> <icons>font</icons> <!-- Create separate CSS files, rather than embedding CSS into each HTML file |