# CompetitorDoc

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/web-search/data/competitor-docs-index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/web-search/data/competitor-docs-index.ts#L8)

Curated index of popular software documentation sites
Used for competitor research during documentation generation

Categories match common software types we encounter

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `category` | `string[]` |
| `docsUrl` | `string` |
| `apiDocsUrl` | `string` |
| `priority` | `'high' | 'medium' | 'low'` |
| `lastCrawled` | `Date` |
| `crawlEnabled` | `boolean` |
