# DocsConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/api-client/src/endpoints/docs-config.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/api-client/src/endpoints/docs-config.ts#L8)

Per-project docs configuration — the S2 review gate. When `requireReview` is true, saving
edits to a published public page opens a change request for review instead of writing the
live page directly.

## Properties

| Property | Type |
|---|---|
| `requireReview` | `boolean` |
