Table of Content

Toc is a partial component that prints the page outline in a table of content.

It's printed only if the layout includes it.

Maximal Level

You can set the maximum level printed in the components section of the configuration file

json
{
  "components": {
    "Toc": {
      "props": {
        "maxDepth": 3
      }
    }
  }
}

Numbering

The numbering follows the outline configuration.