Kind: Interface
Source: atloria-monorepo/apps/api/src/technical-docs/curation.ts
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[] |
Was this page helpful?