Adjust section in namespace chapter and increase section depth in manual TOC for easier reference.
This commit is contained in:
parent
bca6c1aeac
commit
c95fe8af28
|
@ -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
|
||||
|
|
|
@ -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('')"/>
|
||||
|
|
Loading…
Reference in New Issue