Integrations collection
Schema documentation for the Integrations content collection.
The `integrations` collection lists available integrations with third-party tools.
Location: `src/content/integrations`
Schema
| Property | Type | Default | Description |
|---|---|---|---|
| `title` | `string` | - | Name of the integration. |
| `description` | `string` | - | Short description of what it does. |
| `company` | `string` | - | Name of the provider company. |
| `website` | `url` | - | Link to the provider's website. |
| `free` | `boolean` | `undefined` | Is the integration free? |
| `featured` | `boolean` | `undefined` | Highlight this integration? |
| `logo` | `image` | - | Integration logo. |
| `category` | `string` | - | Category of the integration (e.g., "CRM", "Analytics"). |
| `docsUrl` | `url` | `undefined` | Link to documentation. |
| `stars` | `number` | - | Rating or star count. |
| `reviews` | `number` | - | Number of reviews. |
| `install` | `number` | - | Number of installations. |
| `author` | `string` | - | Creator of the integration. |
| `verifiedAuthor` | `boolean` | - | Is the author verified? |
| `createdAt` | `date` | - | Date added. |
| `updatedAt` | `date` | `undefined` | Last update date. |