Skip to content
Shane McCarron edited this page Aug 15, 2016 · 8 revisions

When this configuration variable is set to true, no table of contents is generated in the document.

Example

var respecConfig = {
  noTOC: true,
}

There is a corresponding class of notoc. When this class is specified on a section element, that section will be omitted from the Table of Contents.

Example

<section class='notoc' id='mySection'>
  <h1>Some section I do not want in the ToC</h1>
  ...
</section>

Guides

Configuration options

W3C Configuration options

Linter rules

Internal properties

Handled by ReSpec for you.

Special <section> IDs

HTML elements

Custom Elements

WebIDL

HTML attributes

CSS Classes

Special properties

Clone this wiki locally