# ProductCategory

**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#L180)

A document category from the generated documentation tree.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `slug` | `string` |
| `description` | `string` |
| `icon` | `string` |
| `documentCount` | `number` |
| `parentId` | `string` |
| `children` | `ProductCategory[]` |
