1.20.2 Sidebar table of contents

The table of contents of the sidebar is configured as follows:

<sidebar>
    <sidebarToc enabled="true">
        <visibleInFullscreen>true</visibleInFullscreen>
        <pageNumbersVisible>true</pageNumbersVisible>
        <lengthBeforeCut>60</lengthBeforeCut>
        <useTreeView>false</useTreeView>
        <initialCollapseLevel>2</initialCollapseLevel>
        <collapseLengthThreshold lowestLevelToTest="2">0</collapseLengthThreshold>
    </sidebarToc>
</sidebar>

Last updated