Overview Cards
Overview renders a compact grid of card links. It is useful for section start pages, guide indexes, and pages that need to point readers to several next steps.
MDX
import { Overview } from '@unterberg/nivel'
<Overview
items={['installation', 'quickStart']}
/>Example
The Docs Graph
Model the complete docs structure with sections, groups, pages, aliases, and metadata.
Routes and AliasesGenerate canonical docs routes and optional alias routes from page slugs and aliases.
Generated PagesUnderstand what appears under pages/(nivel-generated) and why it should not be edited by hand.
Public Entry PointsChoose the correct @unterberg/nivel package entry point for config, client runtime, MDX, or Tailwind.