137 lines
3.1 KiB
JSON
137 lines
3.1 KiB
JSON
{
|
|
"name": "Trigger.dev",
|
|
"logo": {
|
|
"dark": "/logo/light.png",
|
|
"light": "/logo/light.png",
|
|
"href": "https://trigger.dev"
|
|
},
|
|
"favicon": "/images/favicon.png",
|
|
"colors": {
|
|
"primary": "#0fd122",
|
|
"light": "#41FF54",
|
|
"dark": "#632CCC",
|
|
"anchors": {
|
|
"from": "#069613",
|
|
"to": "#0fd122"
|
|
}
|
|
},
|
|
"backgroundImage": "/images/docs-background.png",
|
|
"modeToggle": {
|
|
"default": "dark",
|
|
"isHidden": true
|
|
},
|
|
"topbarCtaButton": {
|
|
"type": "github",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "Community",
|
|
"icon": "discord",
|
|
"url": "https://discord.gg/nkqV9xBYWy"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"icon": "github",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"welcome",
|
|
"getting-started",
|
|
"get-help"
|
|
]
|
|
},
|
|
{
|
|
"group": "Examples",
|
|
"pages": [
|
|
"examples/examples",
|
|
"examples/slack",
|
|
"examples/github",
|
|
"examples/shopify"
|
|
]
|
|
},
|
|
{
|
|
"group": "Triggers",
|
|
"pages": [
|
|
"triggers/webhooks",
|
|
"triggers/custom-events",
|
|
"triggers/scheduled"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
{
|
|
"group": "APIs",
|
|
"pages": [
|
|
{
|
|
"group": "Slack",
|
|
"pages": [
|
|
"integrations/apis/slack/actions/post-message"
|
|
]
|
|
},
|
|
{
|
|
"group": "Resend.com",
|
|
"pages": [
|
|
"integrations/apis/resend/actions/send-email"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"integrations/authentication"
|
|
]
|
|
},
|
|
{
|
|
"group": "Functions",
|
|
"pages": [
|
|
"functions/fetch",
|
|
"functions/logging",
|
|
"functions/delays",
|
|
"functions/send-event",
|
|
"functions/loops-conditionals-etc"
|
|
]
|
|
},
|
|
{
|
|
"group": "Guides",
|
|
"pages": [
|
|
"guides/resumability",
|
|
"guides/zod",
|
|
"guides/event-driven"
|
|
]
|
|
},
|
|
{
|
|
"group": "Reference",
|
|
"pages": [
|
|
"reference/event-filters",
|
|
"reference/custom-event",
|
|
"reference/webhook-event"
|
|
]
|
|
},
|
|
{
|
|
"group": "Webhook Catalog",
|
|
"pages": [
|
|
{
|
|
"group": "GitHub",
|
|
"pages": [
|
|
"integrations/apis/github/events/push",
|
|
"integrations/apis/github/events/issues",
|
|
"integrations/apis/github/events/issue-comments",
|
|
"integrations/apis/github/events/pull-requests",
|
|
"integrations/apis/github/events/pull-request-reviews",
|
|
"integrations/apis/github/events/pull-request-comments",
|
|
"integrations/apis/github/events/new-star"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/triggerdotdev",
|
|
"github": "https://github.com/triggerdotdev/trigger.dev",
|
|
"discord": "https://discord.gg/nkqV9xBYWy"
|
|
}
|
|
} |