Auto-Discovery
Glob patterns let you add pages without updating the config every time a new file is created.
Basic glob
prefix is required with globs. Each matched file gets the URL prefix + "/" + slug.
Text derivation
Control how page titles are derived from discovered files with textFrom:
Default is 'filename'. Each strategy falls back to the next: frontmatter → heading → filename.
Text transform
Apply a custom transform to derived text:
This only applies to auto-discovered children. Entries with explicit text are not transformed.
Sorting
Excluding files
Exclude specific files from a glob match:
Global excludes in the top-level exclude field apply to all sections.
Deduplication
When combining items with from, explicit entries win. If an explicit entry has the same slug as a glob-discovered file, the glob match is dropped.