708ebbde14
* Don’t show the Ready To Run Job prompt if you have an Integration that needs attention * Don’t highlight the row red or green * Improvements to the contrast of the app sections and dividers * Removed the Jobs page title as it’s duped info * using the new border variable * Sticky last table cell * Improved the sticky last table cell * Make any last cell in a table sticky by adding isSticky to it * Added a dropdown menu to the menu table cell * table rows can be marked as disabled by adding disabled * Using the jobTestPath function for the test path * tidy up imports * Removed un-used props * Removed the green badge variant * Added a new status badge to the Runs table * Clicking the gradient clicks the row * Delete Job triggers a modal popup * Added a large danger button type * Added some modal styling and started adding data * Added more styling and data to the delete job modal * A table can now be given a full width prop * Large danger button added to Storybook * Danger button disabled state looks disabled now * New active badge component to display in the table and logic for showing the env data * Style updates to the dialog component * active and job status badges can now have a small size * Added a new named icon * The Job page shows the Job status in the PageInfoRow * Small badge style update * Runs table has a sticky right cell * Created a JobStatusTable component * Added some placeholder help panel content for disabling a Job * WIP creating a Settings page * Added a delete button that triggers the delete modal – just need data hooking up * Implemented deleting jobs from the dashboard --------- Co-authored-by: Eric Allam <eallam@icloud.com>
329 lines
8.5 KiB
JSON
329 lines
8.5 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Trigger.dev",
|
|
"logo": {
|
|
"dark": "/logo/dark.png",
|
|
"light": "/logo/light.png",
|
|
"href": "https://trigger.dev"
|
|
},
|
|
"favicon": "/images/favicon.png",
|
|
"colors": {
|
|
"primary": "#818cf8",
|
|
"light": "#818cf8",
|
|
"dark": "#818cf8",
|
|
"anchors": {
|
|
"from": "#fff",
|
|
"to": "#eee"
|
|
}
|
|
},
|
|
"backgroundImage": "/images/docs-background.png",
|
|
"modeToggle": {
|
|
"default": "dark",
|
|
"isHidden": true
|
|
},
|
|
"feedback": {
|
|
"suggestEdit": true,
|
|
"raiseIssue": true,
|
|
"thumbsRating": true
|
|
},
|
|
"topbarCtaButton": {
|
|
"type": "github",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "Community",
|
|
"url": "https://discord.gg/kA47vcd8P6"
|
|
}
|
|
],
|
|
"tabs": [
|
|
{
|
|
"name": "Integrations",
|
|
"url": "integrations"
|
|
},
|
|
{
|
|
"name": "Reference",
|
|
"url": "sdk"
|
|
},
|
|
{
|
|
"name": "Example Jobs",
|
|
"url": "examples"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/documentation/quickstart",
|
|
"destination": "/documentation/quickstarts/nextjs"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"documentation/introduction",
|
|
{
|
|
"group": "Quick Starts",
|
|
"pages": [
|
|
"documentation/quickstarts/nextjs",
|
|
"documentation/quickstarts/supabase"
|
|
]
|
|
},
|
|
"documentation/guides/create-a-job",
|
|
"documentation/guides/video-walkthrough"
|
|
]
|
|
},
|
|
{
|
|
"group": "Concepts",
|
|
"pages": [
|
|
"documentation/concepts/what-is-triggerdotdev",
|
|
"documentation/concepts/limitations",
|
|
"documentation/concepts/projects",
|
|
"documentation/concepts/client-adaptors",
|
|
{
|
|
"group": "Jobs, Runs & Tasks",
|
|
"pages": [
|
|
"documentation/concepts/jobs",
|
|
"documentation/concepts/runs",
|
|
"documentation/concepts/tasks"
|
|
]
|
|
},
|
|
{
|
|
"group": "Triggers",
|
|
"pages": [
|
|
"documentation/concepts/triggers/introduction",
|
|
"documentation/concepts/triggers/webhooks",
|
|
"documentation/concepts/triggers/events",
|
|
"documentation/concepts/triggers/scheduled",
|
|
"documentation/concepts/triggers/dynamic"
|
|
]
|
|
},
|
|
"documentation/concepts/resumability",
|
|
"documentation/concepts/delays",
|
|
"documentation/concepts/integrations",
|
|
"documentation/concepts/connect",
|
|
"documentation/concepts/environments-endpoints"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
{
|
|
"group": "Platforms",
|
|
"pages": [
|
|
"documentation/guides/platforms/nextjs",
|
|
"documentation/guides/platforms/express"
|
|
]
|
|
},
|
|
"documentation/guides/cli",
|
|
"documentation/guides/manual",
|
|
"documentation/guides/running-jobs",
|
|
"documentation/guides/jobs/managing",
|
|
{
|
|
"group": "Using the Dashboard",
|
|
"pages": [
|
|
"documentation/guides/managing-jobs",
|
|
"documentation/guides/viewing-runs",
|
|
"documentation/guides/testing-jobs",
|
|
"documentation/guides/rerunning"
|
|
]
|
|
},
|
|
{
|
|
"group": "Using integrations",
|
|
"pages": [
|
|
"documentation/guides/using-integrations",
|
|
"documentation/guides/using-integrations-apikeys",
|
|
"documentation/guides/using-integrations-oauth"
|
|
]
|
|
},
|
|
"documentation/guides/react-hooks",
|
|
{
|
|
"group": "Deployment",
|
|
"pages": [
|
|
"documentation/guides/deployment",
|
|
"documentation/guides/deployment-setup",
|
|
"documentation/guides/deployment-manual",
|
|
"documentation/guides/deployment-automatic"
|
|
]
|
|
},
|
|
"documentation/guides/event-filter",
|
|
"documentation/guides/zod",
|
|
{
|
|
"group": "Self hosting",
|
|
"pages": [
|
|
"documentation/guides/self-hosting",
|
|
"documentation/guides/self-hosting/flyio",
|
|
"documentation/guides/self-hosting/render",
|
|
"documentation/guides/self-hosting/supabase",
|
|
"documentation/guides/tunneling-platform"
|
|
]
|
|
},
|
|
"documentation/guides/contributing"
|
|
]
|
|
},
|
|
{
|
|
"group": "Community & Support",
|
|
"pages": [
|
|
"documentation/get-help",
|
|
"documentation/faq",
|
|
"documentation/changelog",
|
|
"documentation/roadmap"
|
|
]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"integrations/introduction",
|
|
"integrations/create"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"integrations/apis/github",
|
|
"integrations/apis/github-triggers",
|
|
"integrations/apis/github-tasks"
|
|
]
|
|
},
|
|
{
|
|
"group": "OpenAI",
|
|
"pages": [
|
|
"integrations/apis/openai"
|
|
]
|
|
},
|
|
"integrations/apis/plain",
|
|
{
|
|
"group": "Resend",
|
|
"pages": [
|
|
"integrations/apis/resend"
|
|
]
|
|
},
|
|
{
|
|
"group": "SendGrid",
|
|
"pages": [
|
|
"integrations/apis/sendgrid"
|
|
]
|
|
},
|
|
{
|
|
"group": "Slack",
|
|
"pages": [
|
|
"integrations/apis/slack"
|
|
]
|
|
},
|
|
{
|
|
"group": "Supabase",
|
|
"pages": [
|
|
"integrations/apis/supabase/introduction",
|
|
"integrations/apis/supabase/management",
|
|
"integrations/apis/supabase/client"
|
|
]
|
|
},
|
|
"integrations/apis/typeform"
|
|
]
|
|
},
|
|
{
|
|
"group": "SDK",
|
|
"pages": [
|
|
"sdk/introduction",
|
|
{
|
|
"group": "TriggerClient",
|
|
"pages": [
|
|
"sdk/triggerclient/overview",
|
|
"sdk/triggerclient/constructor",
|
|
{
|
|
"group": "Instance methods",
|
|
"pages": [
|
|
"sdk/triggerclient/instancemethods/sendevent",
|
|
"sdk/triggerclient/instancemethods/getevent",
|
|
"sdk/triggerclient/instancemethods/getruns",
|
|
"sdk/triggerclient/instancemethods/getrun"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sdk/job",
|
|
{
|
|
"group": "IO",
|
|
"pages": [
|
|
"sdk/io/overview",
|
|
"sdk/io/logger",
|
|
"sdk/io/wait",
|
|
"sdk/io/sendevent",
|
|
"sdk/io/runtask",
|
|
"sdk/io/try",
|
|
"sdk/io/backgroundfetch",
|
|
"sdk/io/registerinterval",
|
|
"sdk/io/unregisterinterval",
|
|
"sdk/io/registercron",
|
|
"sdk/io/unregistercron",
|
|
"sdk/io/registertrigger"
|
|
]
|
|
},
|
|
"sdk/context",
|
|
"sdk/eventtrigger",
|
|
"sdk/crontrigger",
|
|
"sdk/intervaltrigger",
|
|
{
|
|
"group": "DynamicTrigger",
|
|
"pages": [
|
|
"sdk/dynamictrigger/overview",
|
|
"sdk/dynamictrigger/constructor",
|
|
{
|
|
"group": "Instance methods",
|
|
"pages": [
|
|
"sdk/dynamictrigger/register",
|
|
"sdk/dynamictrigger/unregister"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "DynamicSchedule",
|
|
"pages": [
|
|
"sdk/dynamicschedule/overview",
|
|
"sdk/dynamicschedule/constructor",
|
|
{
|
|
"group": "Instance methods",
|
|
"pages": [
|
|
"sdk/dynamicschedule/register",
|
|
"sdk/dynamicschedule/unregister"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sdk/connection-auth",
|
|
"sdk/istriggererror",
|
|
"sdk/redactstring"
|
|
]
|
|
},
|
|
{
|
|
"group": "React SDK",
|
|
"pages": [
|
|
"sdk/react/introduction",
|
|
"sdk/react/triggerprovider",
|
|
"sdk/react/useeventdetails",
|
|
"sdk/react/useeventrundetails",
|
|
"sdk/react/userundetails"
|
|
]
|
|
},
|
|
{
|
|
"group": "Overview",
|
|
"pages": [
|
|
"examples/introduction",
|
|
"examples/examples-repository"
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/triggerdotdev",
|
|
"github": "https://github.com/triggerdotdev",
|
|
"linkedin": "https://www.linkedin.com/company/triggerdotdev"
|
|
},
|
|
"analytics": {
|
|
"posthog": {
|
|
"apiKey": "phc_hwYmedO564b3Ik8nhA4Csrb5SueY0EwFJWCbseGwWW"
|
|
}
|
|
}
|
|
} |