70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"name": "Trigger.dev",
|
|
"logo": {
|
|
"dark": "/logo/light.png",
|
|
"light": "/logo/light.png",
|
|
"href": "https://app.trigger.dev"
|
|
},
|
|
"favicon": "/images/favicon.png",
|
|
"colors": {
|
|
"primary": "#0fd122",
|
|
"light": "#41FF54",
|
|
"dark": "#632CCC",
|
|
"anchors": {
|
|
"from": "#069613",
|
|
"to": "#0fd122"
|
|
}
|
|
},
|
|
"modeToggle": {
|
|
"default": "dark",
|
|
"isHidden": true
|
|
},
|
|
"topbarLinks": [
|
|
{
|
|
"name": "GitHub",
|
|
"url": "https://github.com/triggerdotdev/trigger.dev"
|
|
}
|
|
],
|
|
"topbarCtaButton": {
|
|
"name": "Trigger.dev",
|
|
"url": "https://app.trigger.dev"
|
|
},
|
|
|
|
"navigation": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": ["getting-started"]
|
|
},
|
|
{
|
|
"group": "Triggers",
|
|
"pages": [
|
|
"triggers/webhooks",
|
|
"triggers/custom-events",
|
|
"triggers/scheduled"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": ["integrations/apis", "integrations/authentication"]
|
|
},
|
|
{
|
|
"group": "Functions",
|
|
"pages": [
|
|
"functions/logging",
|
|
"functions/delays",
|
|
"functions/send-event",
|
|
"functions/loops-conditionals-etc"
|
|
]
|
|
},
|
|
{
|
|
"group": "Example workflows",
|
|
"pages": ["examples/github", "examples/shopify", "examples/slack"]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"website": "https://app.trigger.dev",
|
|
"twitter": "https://twitter.com/triggerdotdev",
|
|
"github": "https://github.com/triggerdotdev/trigger.dev"
|
|
}
|
|
}
|