# ProductDocument

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L192)

A document from the generated user documentation.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `category` | `string` |
| `documentType` | `string` |
| `audience` | `string` |
| `difficulty` | `string` |
| `keywords` | `string[]` |
