diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-01 11:57:10 +0700 |
commit | bbe629bc4a5e8c76a0b31686eedc88add5d71360 (patch) | |
tree | c03cca36ccdd16f37e23ff66c191381a41b5ed8a /docs/adk15notebook/index.adoc | |
parent | d6056515f8078572dd35cd091fb31ba48e9d8b53 (diff) | |
download | aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.tar.gz aspectj-bbe629bc4a5e8c76a0b31686eedc88add5d71360.zip |
Always use ":leveloffset: +1" with ":doctype: book"
Headlines per ADOC file should start at level 1, not 2. Adjusting the
level offset for books helps to avoid warnings when including book
chapters, but still allows to also use the chapters as stand-alone
documents.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/adk15notebook/index.adoc')
-rw-r--r-- | docs/adk15notebook/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15notebook/index.adoc b/docs/adk15notebook/index.adoc index 9a69c9e14..3dc473aef 100644 --- a/docs/adk15notebook/index.adoc +++ b/docs/adk15notebook/index.adoc @@ -1,6 +1,6 @@ = The AspectJ^TM^ 5 Development Kit Developer's Notebook - :doctype: book +:leveloffset: +1 _by the AspectJ Team_ |