Skip to content
Marcos Caceres edited this page Mar 27, 2026 · 9 revisions

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 — see notoc-class

Guides

Configuration options

W3C Configuration options

Linting rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

HTML attributes

CSS Classes

Special properties

Clone this wiki locally