Skip to content

Minimal layout

This page sets pageLayout: minimal. Three overrides react to it at once:

  • PageFrame skips rendering the left navigation sidebar entirely.
  • TwoColumnContent skips the right-hand table of contents, same as the full-width demo.
  • ContentPanel removes Starlight’s usual content-width cap, so this text fills the width freed up by dropping both sidebars instead of sitting in a narrow column with empty space on either side.

The result is just a header and this content — no sidebar navigation on either side. Try navigating here directly (rather than clicking a sidebar link) to see how it feels as a standalone page.

Pages that shouldn’t feel like part of the docs tree at all: a print- friendly version of a page, an embeddable page loaded in an iframe, or a one-off landing section that needs the reader’s full attention without navigation chrome pulling focus away.

There’s no sidebar here to click through, so here’s a link back to the default layout demo instead.