[v9_11] go three section levels deep in the ARM table of contents

(cherry picked from commit 0c061ce614)
This commit is contained in:
Evan Hunt
2018-01-11 13:41:29 -08:00
parent 82ddae820c
commit fea55d47b3

View File

@@ -38,8 +38,8 @@
<xsl:template match="abstract"/>
<xsl:template match="sidebar"/>
<!-- Two section level in the Table of contents -->
<xsl:param name="toc.section.depth">2</xsl:param>
<!-- Three section levels deep in the Table of contents -->
<xsl:param name="toc.section.depth">3</xsl:param>
<!-- Do not show the collaborators listed in bookinfo -->
<xsl:param name="doc.collab.show" select="0"/>