Authoring

Frontmatter Reference

Field-by-field reference for wiki page metadata.

Each wiki markdown file supports the schema defined in src/content.config.ts.

Required field

  • title (string): page title shown in navigation, page header, and search results.

Optional fields

  • description (string): short summary used in listings and search snippets.
  • section (string): sidebar grouping label. Defaults to General. The order of sections is defined in src/config/sections.ts, not in the content files.
  • order (number): sort order within a section. Lower numbers come first.
  • updated (date): optional last update marker.
  • draft (boolean): when true, page is excluded from routes and search.

Example

---
title: Internal Linking
description: Keep wiki navigation coherent with stable link patterns.
section: Authoring
order: 3
updated: 2026-03-17
draft: false
---

Then continue with Internal Linking.

Type at least 2 characters.