Layout types
Layouts
landing, standard, docs layouts
Layout types
Set layout on each page. Default is standard.
Landing
layout: 'landing'
- Hero blocks span full width (no side padding)
- No breadcrumbs
- Use for: home page, marketing landing pages
Example: Showcase home
Standard
layout: 'standard'
- Breadcrumbs at top
- Blocks in a max-width container
- Use for: content pages, block showcases, about, etc.
Example: Accordion block
Docs
layout: 'docs'
- Sidebar with section headers and page links
- "On this page" TOC (from
outline) - Prev/next navigation
- Requires
docsSection,docsOrder, and optionallyoutline
Example: this page and all docs in the sidebar.
Next: Blocks Overview