Reference v1.0 Updated June 4, 2026

Document frontmatter

Every document in this documentation starts with a YAML frontmatter block.

Fields

FieldTypeRequiredDescription
titlestringyesPage title, used in navigation and search.
descriptionstringyesOne-line summary, used for SEO and search snippets.
templateenumnohow-to, reference, concept, release-note, or index. Default concept.
ordernumbernoNavigation order within the folder (fallback when no _meta.json entry exists).
tagsstring[]noFree-form tags.
audienceenumnoboth (default), human, or agent — whole-page audience.
draftbooleannotrue excludes the page from build and index.
versionstringnoProduct version this page documents.
updateddatenoLast meaningful content update.
hide_tocbooleannoHide the on-page table of contents.

Audience blocks

Inside the body, :::human and :::agent fence audience-specific blocks; everything outside is shared. :::include{snippet="name"} inlines a snippet from templates/snippets/.

Was this page helpful?