Saltar al contenido
Foldocs
En esta páginaMetadata boundary
Markdown

Frontmatter

Define page metadata once and reuse it across navigation, SEO, and search.

Metadata boundary

Frontmatter is parsed by Foldocs before the Markdown body enters the official Foldkit parser. Source lines are preserved so compiler errors still point at the correct location.

Supported fields

FieldEffect
titlePage heading, browser title, and default sidebar label
descriptionSearch summary and description metadata
labelOptional shorter sidebar text
iconBuilt-in Lucide name or configured SVG name
orderNumeric fallback ordering
indexLink this page from its folder row
draftDevelopment-only page
hiddenRoutable page excluded from navigation
keywords, tagsDiscovery metadata
socialImagePage-specific Open Graph image

Validation

Unknown fields are rejected instead of being silently discarded.

Last updated 2 ago 2026