noTOC - speced/respec GitHub Wiki
noTOC
Type: boolean
Default: false
Suppresses generation of the table of contents.
Basic usage
var respecConfig = {
noTOC: true,
};
Notes
- To exclude individual sections from the ToC rather than removing it entirely, add
class="notoc"to the section — seenotoc-class