Files
triggerdotdev--trigger.dev/docs/mint.json
T
James Ritchie 1679a184ad Docs/pdf to image (#1330)
* Added pdf-to-image example

* Copy tweak

* Squashed commit of the following:

commit 64862db846
Author: Niels <info@flydev.nl>
Date:   Thu Sep 19 16:25:17 2024 +0200

    Update dotEnv.ts to ignore OTEL_EXPORTER_OTLP_ENDPOINT as well (#1307)

    * Update dotEnv.ts

    * Create four-buttons-run.md

    ---------

    Co-authored-by: Eric Allam <eallam@icloud.com>

commit c65d4822b4
Author: Thibaut Cuchet <thibautcuchet@gmail.com>
Date:   Thu Sep 19 16:22:57 2024 +0200

    Feat: Extension puppeteer (#1323)

    * feat: add puppeteer extension

    * chore: update package and config

    * feat: add puppeteer task

    * Create little-donkeys-protect.md

    ---------

    Co-authored-by: Eric Allam <eallam@icloud.com>

commit b4be736555
Author: Eric Allam <eallam@icloud.com>
Date:   Thu Sep 19 15:21:03 2024 +0100

    prismaExtension fixes for #1325 and #1327

* Copy tweak
2024-09-19 17:09:50 +01:00

294 lines
6.9 KiB
JSON

{
"$schema": "https://mintlify.com/schema.json",
"name": "Trigger.dev",
"openapi": ["/openapi.yml", "/v3-openapi.yaml"],
"api": {
"playground": {
"mode": "simple"
},
"maintainOrder": true
},
"logo": {
"dark": "/logo/dark.png",
"light": "/logo/light.png",
"href": "https://trigger.dev"
},
"favicon": "/images/favicon.png",
"colors": {
"primary": "#A8FF53",
"light": "#A8FF53",
"dark": "#A8FF53",
"anchors": {
"from": "#252630",
"to": "#252630"
},
"background": {
"light": "#fff",
"dark": "#121317"
}
},
"theme": "quill",
"modeToggle": {
"default": "dark",
"isHidden": true
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true,
"thumbsRating": true
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/triggerdotdev/trigger.dev"
},
"topbarLinks": [
{
"name": "Switch to v2 docs",
"url": "https://v2docs.trigger.dev/documentation/introduction"
},
{
"name": "Discord",
"url": "https://trigger.dev/discord"
}
],
"redirects": [
{
"source": "/v3/feature-matrix",
"destination": "https://feedback.trigger.dev/roadmap"
},
{
"source": "/v3/upgrading-from-v2",
"destination": "/guides/use-cases/upgrading-from-v2"
},
{
"source": "/v3/open-source-self-hosting",
"destination": "/open-source-self-hosting"
},
{
"source": "/v3/:slug*",
"destination": "/:slug*"
},
{
"source": "/reattempting-replaying",
"destination": "/replaying"
},
{
"source": "/tasks-overview",
"destination": "/tasks/overview"
},
{
"source": "/tasks-scheduled",
"destination": "/tasks/scheduled"
},
{
"source": "/trigger-folder",
"destination": "/config/config-file"
}
],
"anchors": [
{
"name": "Guides",
"icon": "book",
"url": "guides"
},
{
"name": "Examples",
"icon": "code",
"url": "examples"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction", "quick-start", "how-it-works", "upgrading-beta", "limits"]
},
{
"group": "Fundamentals",
"pages": [
{
"group": "Tasks",
"pages": ["tasks/overview", "tasks/scheduled"]
},
"triggering",
"apikeys",
"config/config-file"
]
},
{
"group": "Development",
"pages": ["cli-dev", "run-tests"]
},
{
"group": "Deployment",
"pages": [
"deploy-environment-variables",
"cli-deploy",
"github-actions",
{
"group": "Deployment integrations",
"pages": ["vercel-integration"]
}
]
},
{
"group": "Writing tasks",
"pages": [
"writing-tasks-introduction",
"logging",
"errors-retrying",
{
"group": "Wait",
"pages": ["wait", "wait-for", "wait-until", "wait-for-event", "wait-for-request"]
},
"queue-concurrency",
"versioning",
"machines",
"idempotency",
"replaying",
"tags",
"notifications",
"run-usage"
]
},
{
"group": "API reference",
"pages": [
"management/overview",
{
"group": "Tasks API",
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
},
{
"group": "Runs API",
"pages": [
"management/runs/list",
"management/runs/retrieve",
"management/runs/replay",
"management/runs/cancel",
"management/runs/reschedule"
]
},
{
"group": "Schedules API",
"pages": [
"management/schedules/list",
"management/schedules/create",
"management/schedules/retrieve",
"management/schedules/update",
"management/schedules/delete",
"management/schedules/deactivate",
"management/schedules/activate",
"management/schedules/timezones"
]
},
{
"group": "Env Vars API",
"pages": [
"management/envvars/list",
"management/envvars/import",
"management/envvars/create",
"management/envvars/retrieve",
"management/envvars/update",
"management/envvars/delete"
]
},
{
"group": "Projects API",
"pages": ["management/projects/runs"]
}
]
},
{
"group": "CLI",
"pages": [
"cli-introduction",
{
"group": "Commands",
"pages": [
"cli-login-commands",
"cli-init-commands",
"cli-dev-commands",
"cli-deploy-commands",
"cli-whoami-commands",
"cli-logout-commands",
"cli-list-profiles-commands",
"cli-update-commands"
]
}
]
},
{
"group": "Open source",
"pages": [
"open-source-self-hosting",
"open-source-contributing",
"github-repo",
"changelog",
"roadmap"
]
},
{
"group": "Troubleshooting",
"pages": [
"troubleshooting",
"upgrading-packages",
"troubleshooting-alerts",
"troubleshooting-uptime-status",
"troubleshooting-github-issues",
"request-feature"
]
},
{
"group": "Help",
"pages": ["community", "help-slack", "help-email"]
},
{
"group": "Frameworks",
"pages": [
"guides/frameworks/introduction",
"guides/frameworks/bun",
"guides/frameworks/nextjs",
"guides/frameworks/nodejs",
"guides/frameworks/remix",
{
"group": "Supabase",
"icon": "bolt",
"iconType": "solid",
"pages": [
"guides/frameworks/supabase-guides-overview",
"guides/frameworks/supabase-edge-functions-basic",
"guides/frameworks/supabase-edge-functions-database-webhooks"
]
}
]
},
{
"group": "Dashboard",
"pages": ["guides/dashboard/creating-a-project"]
},
{
"group": "Migrations",
"pages": ["guides/use-cases/upgrading-from-v2"]
},
{
"group": "Examples",
"pages": [
"examples/intro",
"examples/dall-e3-generate-image",
"examples/ffmpeg-video-processing",
"examples/open-ai-with-retrying",
"examples/pdf-to-image",
"examples/sharp-image-processing",
"examples/react-pdf",
"examples/resend-email-sequence",
"examples/vercel-ai-sdk"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/triggerdotdev",
"github": "https://github.com/triggerdotdev",
"linkedin": "https://www.linkedin.com/company/triggerdotdev"
}
}