Reference
The layer's public surface — config keys, frontmatter, components, composables and endpoints.
What a consumer can write, call or override. A name documented here is part of the public surface: renaming it is a breaking change of the layer, which is what makes these pages worth depending on.
Configuration
Every key under duxt in app.config.ts — what it controls, and when it is read.
Changelog
A release log, published as pages — a timeline, a page per release, and a feed.
Sources
The fields of a source entry, its refs, and the options that shape the URLs.
Frontmatter
The fields a page may carry beyond title and description, and the two the build fills in.
MDC components
The blocks a Markdown page can call, one page each, with their props.
Components
The layer's own components, one page each — what each is for, and what it takes.
Composables
The functions the layer exposes to your own components, one page each.
Endpoints
Everything the site serves besides pages, one page each.
Devtools
Ten panels that show what your sources became. Dev only.
API reference
An OpenAPI document, published as reference pages with a client that sends real requests.