Adjust section in namespace chapter and increase section depth in manual TOC for easier reference.

This commit is contained in:
Luke Taylor 2010-04-28 20:14:08 +01:00
parent bca6c1aeac
commit c95fe8af28
2 changed files with 59 additions and 59 deletions

View File

@ -235,6 +235,7 @@
</footnote> . They each have attributes which can be used to alter their
behaviour. </para>
</section>
</section>
<section xml:id="ns-form-and-basic">
<title>Form and Basic Login Options</title>
<para> You might be wondering where the login form came from when you were prompted
@ -318,7 +319,6 @@
information on how to customize the flow when authentication fails. </para>
</section>
</section>
</section>
<section xml:id="ns-auth-providers">
<title>Using other Authentication Providers</title>
<para> In practice you will need a more scalable source of user information than a few

View File

@ -68,8 +68,8 @@
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="table.footnote.number.format" select="'1'"/>
<!-- Show only Sections up to level 2 in the TOCs -->
<xsl:param name="toc.section.depth">2</xsl:param>
<!-- Show only Sections up to level 3 in the TOCs -->
<xsl:param name="toc.section.depth">3</xsl:param>
<!-- Remove "Chapter" from the Chapter titles... -->
<xsl:param name="local.l10n.xml" select="document('')"/>