type alias SitePageNavRow

The narrow projection used to build the public nav: enough to render a link and order it, without decrypting the large content/meta_* blobs on every public request (cold-start efficiency).

Definition

Pick<SitePage,
"id"
| "slug"
| "name"
| "sort_order"
>

Usage

import { type SitePageNavRow } from "docs/config.ts";