Skip to content

Commit

Permalink
Table of content levels - using 3 instead of 1 both for PDF and HTML
Browse files Browse the repository at this point in the history
- I found it much easier to find something just by rolling through
  the TOC menu.
  • Loading branch information
dmatej committed Aug 4, 2022
1 parent c1bacee commit ac7a16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/parent/pom.xml
Expand Up @@ -39,7 +39,7 @@
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<pdf.fileName>${project.artifactId}.pdf</pdf.fileName>
<pdf.toclevels>2</pdf.toclevels>
<pdf.toclevels>3</pdf.toclevels>
<productName>Eclipse GlassFish</productName>
<bookDirectory>${project.build.directory}/book</bookDirectory>
</properties>
Expand Down Expand Up @@ -116,7 +116,7 @@
<attributes>
<linkcss>true</linkcss>
<toc>left</toc>
<toclevels>1</toclevels>
<toclevels>3</toclevels>
<embedAssets>false</embedAssets>
</attributes>
</configuration>
Expand Down

0 comments on commit ac7a16b

Please sign in to comment.