# clusterKey

**Kind:** Function

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

Deterministic per-page-set key → the same stale set updates the same PR (dedupe).

## Signature

```ts
function clusterKey(slugs: string[]): string
```

## Parameters

| Name | Type |
|---|---|
| `slugs` | `string[]` |

**Returns:** `string`
