Table of Contents
TOC is generated at client side, which won’t be built into static files and requires JavaScript to operate.

TOC is enabled by default. If you wish it is disabled, set:
_config.cupertino.yml
toc: falseBy default, heading 1 and 2 are put into TOC. Max depth is alterable by modifying:
_config.cupertino.yml
toc_max_depth: 2All TOC items are with the same indention. It’s not possible to change by configuring.
Last updated on