Table Of Contents (TOC)
toc, Extracts the page content titles and displays them as a list. by use data-toc="init" data-option="{'sectionsSelector': '.page__body .main-col section','sectionsTitleSelector': 'h2'}"
attribute
sectionsSelector
: css selector to select content sections
sectionsTitleSelector
: css selector to select content sections title
To see sample click here
Example
<nav class="" id="sidebar-toc" data-toc="init"
data-option="{'sectionsSelector': '.page__body .main-col section','sectionsTitleSelector': 'h2'}">
</nav>