Types
Nivel exports public TypeScript types for docs config, graph nodes, resolved runtime data, and page metadata. Consumers should use these types with satisfies on plain objects.
JavaScript
export {}Common types
DocsConfigdescribespages/+docs.ts.DocsGraphdescribes the top-level graph.DocsSectionNode,DocsGroupNode, andDocsPageNodedescribe graph items.ResolvedDocsConfigdescribes the normalized runtime model.ResolvedDocsPagedescribes resolved page data.DocHeadingdescribes extracted MDX headings.
For concrete graph examples, read The Docs Graph and Sections, Groups and Pages.