Files
triggerdotdev--trigger.dev/docs/package.json
Dan 390ac6101e Added new http-endpoint examples, changed examples links in the docs (#775)
* updated companyicons package

* Changed custom help so it doesn’t show code examples

* Added Asana / Instagram / Salesforce / Segment / Square / Svix / Snyk / Todoist & Zapier http endpoint examples to the integration page

* Commented out some of the apis we dont have code examples for

* Uncommented raycast and reddit

* Updated the blank state copy

* Changed the copy so it works better on examples with and without code

* Added Brex / Discoed / Google Sheets, Docs, Drive / Gmail / PagerDuty / YouTube endpoint examples

* Added more examples

* Change the top tab to ‘Examples’ and updated /examples links to point to trigger.dev/apis

* Update package.json

* Updated pnpm-lock file

* Updated pnpm-lock file

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2024-01-03 11:18:44 +00:00

14 lines
255 B
JSON

{
"name": "docs",
"version": "2.0.0",
"description": "Trigger.dev documentation",
"private": true,
"scripts": {
"dev": "npx mintlify@latest dev --port 3050"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@7.13.5"
}