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/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/index.adoc')
-rw-r--r-- | docs/index.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.adoc b/docs/index.adoc index 4daa8ee0a..32a8d2001 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -1,5 +1,5 @@ [[top]] -== AspectJ Documentation and Resources += AspectJ Documentation and Resources AspectJ^TM^ is a seamless aspect-oriented extension to Java^TM^. The compiler and development tools are available under an open-source license, require Java 8 to run, and produce code that runs in JDK 1.3 and later VM's. For the latest @@ -27,7 +27,7 @@ mailto:aspectj-users@eclipse.org[users] and mailto:aspectj-dev@eclipse.org[devel |=== [[documentation]] -=== AspectJ documentation +== AspectJ documentation [width="100%",cols="50%,50%",options="header",] |=== @@ -144,7 +144,7 @@ a|AspectJ Design Overview [[distributions]] -=== AspectJ distributions +== AspectJ distributions [cols=",",options="header",] |=== @@ -167,7 +167,7 @@ eclipse.org project site https://eclipse.org/ajdt [[resources]] -=== Other AspectJ resources +== Other AspectJ resources [cols=",",options="header",] |=== @@ -193,7 +193,7 @@ See the xref:faq/faq.adoc#ajcbugs[FAQ entry] for instructions on submitting comp |=== [[paths]] -=== Suggested learning paths for those new to AspectJ +== Suggested learning paths for those new to AspectJ To learn the AspectJ language, read the xref:progguide/index.adoc[Programming Guide], keeping the xref:progguide/semantics.adoc[Semantics appendix] nearby as the best reference for AspectJ usage. Focus initially on the |