No TOC

Hides the right-hand table of contents. Use on long scrolling pages, landing pages, or anywhere the TOC would be noise.

Config

{
  "type": "page",
  "filepath": "docs/content/layouts/no-toc.mdx",
  "layout": { "toc": false }
}

Drop the layout block into the route for any page you want to behave this way.

Verify

This page has several headings below. On every other page they'd populate the right-hand TOC. Here that column is empty.

First extra heading

Filler text.

Second extra heading

More filler text.

Third extra heading

Still more filler text.