summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-08-16 12:13:30 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-08-16 12:13:30 -0600
commit44c55a749b3b683d9417be0dea4eee2c3429ae28 (patch)
treea0112d2962ae80073fe35b80365a756ceb286e6c
parent791f1c8f39015b6faec2d8f8034290cb9ce25644 (diff)
clarify that the outline can be deactivated
-rw-r--r--docs/modules/ROOT/pages/toc.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/toc.adoc b/docs/modules/ROOT/pages/toc.adoc
index d856f3c8..41face98 100644
--- a/docs/modules/ROOT/pages/toc.adoc
+++ b/docs/modules/ROOT/pages/toc.adoc
@@ -25,7 +25,7 @@ This same behavior is used for all other doctypes if the `title-page` attribute
Except for the aforementioned cases, the TOC is inserted in the flow of text.
If a placement is not specified, that location is between the document title and the first block of content.
-While the table of contents isn't generated by default, the PDF outline is always generated.
+While the table of contents isn't generated by default, the PDF outline is included unless xref:pdf-outline.adoc#deactivate[explicitly deactivated].
The `toclevels` attribute controls the depth of both the TOC and the PDF outline, regardless of whether the TOC is enabled.
The depth of the PDF outline can be controlled independently using the xref:pdf-outline.adoc#levels[outlinelevels attribute].
//Both attributes can also be set on individual sections to override the depth for a given section and its children.