# TechdocsCuration

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/curation.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/curation.ts#L8)

Curation (Phase 2.2): maintainers pin the entities readers should find first and hide
internal noise (generated helpers, migration scaffolding). Stored per-project in
project.settings.techdocsCuration and applied SERVER-SIDE when the snapshot is served,
so the sidebar tree, the Cmd+K palette and any future consumer inherit it for free.

## Properties

| Property | Type |
|---|---|
| `pinned` | `string[]` |
| `hidden` | `string[]` |
