aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-06-27 18:00:17 +0000
committerJeremias Maerki <jeremias@apache.org>2005-06-27 18:00:17 +0000
commitc5fced4d64ad612202a1ca2b1121ab41647e4506 (patch)
tree5c8adca7ae7b3bd1cfaad8535485b92a70e2eb41 /src/documentation
parentfa0e66e7a70e9d6f585c2c9b26024621366e8cd3 (diff)
downloadxmlgraphics-fop-c5fced4d64ad612202a1ca2b1121ab41647e4506.tar.gz
xmlgraphics-fop-c5fced4d64ad612202a1ca2b1121ab41647e4506.zip
This is a work-around for the missing TOC on the FAQ page.
The FAQ stylesheet generates exactly one top-level section ("Questions") and multiple nested sections. Therefore, setting the min-sections value to "3" disables the TOC for the FAQ page. It would be great if one could override this value on a single page to force the TOC to appear. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@202022 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r--src/documentation/skinconf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml
index fb75b2ffa..6dd9109c8 100644
--- a/src/documentation/skinconf.xml
+++ b/src/documentation/skinconf.xml
@@ -119,7 +119,7 @@ which will be used to configure the chosen Forrest skin.
@location ("page","menu","page,menu", "none")
Where to show the TOC.
-->
- <toc max-depth="2" min-sections="3" location="page"/>
+ <toc max-depth="2" min-sections="1" location="page"/>
<!-- Heading types can be clean|underlined|boxed -->
<headings type="underlined"/>