1
1
{
2
2
"$schema" : " https://mintlify.com/schema.json" ,
3
3
"name" : " Trigger.dev" ,
4
- "openapi" : [
5
- " /openapi.yml" ,
6
- " /v3-openapi.yaml"
7
- ],
4
+ "openapi" : [" /openapi.yml" , " /v3-openapi.yaml" ],
8
5
"api" : {
9
6
"playground" : {
10
7
"mode" : " simple"
90
87
{
91
88
"source" : " /trigger-config" ,
92
89
"destination" : " /config/config-file"
90
+ },
91
+ {
92
+ "source" : " /examples/:slug*" ,
93
+ "destination" : " /guides/:slug*"
93
94
}
94
95
],
95
96
"anchors" : [
96
97
{
97
- "name" : " Guides" ,
98
+ "name" : " Guides & examples " ,
98
99
"icon" : " book" ,
99
100
"url" : " guides"
100
- },
101
- {
102
- "name" : " Examples" ,
103
- "icon" : " code" ,
104
- "url" : " examples"
105
101
}
106
102
],
107
103
"navigation" : [
108
104
{
109
105
"group" : " Getting Started" ,
110
- "pages" : [
111
- " introduction" ,
112
- " quick-start" ,
113
- " how-it-works" ,
114
- " upgrading-beta" ,
115
- " limits"
116
- ]
106
+ "pages" : [" introduction" , " quick-start" , " how-it-works" , " upgrading-beta" , " limits" ]
117
107
},
118
108
{
119
109
"group" : " Fundamentals" ,
120
110
"pages" : [
121
111
{
122
112
"group" : " Tasks" ,
123
- "pages" : [
124
- " tasks/overview" ,
125
- " tasks/scheduled"
126
- ]
113
+ "pages" : [" tasks/overview" , " tasks/scheduled" ]
127
114
},
128
115
" triggering" ,
129
116
" apikeys" ,
130
117
{
131
118
"group" : " Configuration" ,
132
- "pages" : [
133
- " config/config-file" ,
134
- " config/extensions/overview"
135
- ]
119
+ "pages" : [" config/config-file" , " config/extensions/overview" ]
136
120
}
137
121
]
138
122
},
139
123
{
140
124
"group" : " Development" ,
141
- "pages" : [
142
- " cli-dev" ,
143
- " run-tests"
144
- ]
125
+ "pages" : [" cli-dev" , " run-tests" ]
145
126
},
146
127
{
147
128
"group" : " Deployment" ,
151
132
" github-actions" ,
152
133
{
153
134
"group" : " Deployment integrations" ,
154
- "pages" : [
155
- " vercel-integration"
156
- ]
135
+ "pages" : [" vercel-integration" ]
157
136
}
158
137
]
159
138
},
165
144
" errors-retrying" ,
166
145
{
167
146
"group" : " Wait" ,
168
- "pages" : [
169
- " wait" ,
170
- " wait-for" ,
171
- " wait-until" ,
172
- " wait-for-event" ,
173
- " wait-for-request"
174
- ]
147
+ "pages" : [" wait" , " wait-for" , " wait-until" , " wait-for-event" , " wait-for-request" ]
175
148
},
176
149
" queue-concurrency" ,
177
150
" versioning" ,
189
162
" management/overview" ,
190
163
{
191
164
"group" : " Tasks API" ,
192
- "pages" : [
193
- " management/tasks/trigger" ,
194
- " management/tasks/batch-trigger"
195
- ]
165
+ "pages" : [" management/tasks/trigger" , " management/tasks/batch-trigger" ]
196
166
},
197
167
{
198
168
"group" : " Runs API" ,
230
200
},
231
201
{
232
202
"group" : " Projects API" ,
233
- "pages" : [
234
- " management/projects/runs"
235
- ]
203
+ "pages" : [" management/projects/runs" ]
236
204
}
237
205
]
238
206
},
278
246
},
279
247
{
280
248
"group" : " Help" ,
281
- "pages" : [
282
- " community" ,
283
- " help-slack" ,
284
- " help-email"
285
- ]
249
+ "pages" : [" community" , " help-slack" , " help-email" ]
286
250
},
287
251
{
288
252
"group" : " Frameworks" ,
305
269
]
306
270
},
307
271
{
308
- "group" : " Dashboard " ,
272
+ "group" : " Example tasks " ,
309
273
"pages" : [
310
- " guides/dashboard/creating-a-project"
274
+ " guides/examples/intro" ,
275
+ " guides/examples/dall-e3-generate-image" ,
276
+ " guides/examples/ffmpeg-video-processing" ,
277
+ " guides/examples/open-ai-with-retrying" ,
278
+ " guides/examples/pdf-to-image" ,
279
+ " guides/examples/puppeteer" ,
280
+ " guides/examples/sharp-image-processing" ,
281
+ " guides/examples/stripe-webhook" ,
282
+ " guides/examples/supabase-storage-upload" ,
283
+ " guides/examples/react-pdf" ,
284
+ " guides/examples/resend-email-sequence" ,
285
+ " guides/examples/vercel-ai-sdk"
311
286
]
312
287
},
313
288
{
314
- "group" : " Migrations" ,
315
- "pages" : [
316
- " guides/use-cases/upgrading-from-v2"
317
- ]
289
+ "group" : " Dashboard" ,
290
+ "pages" : [" guides/dashboard/creating-a-project" ]
318
291
},
319
292
{
320
- "group" : " Examples" ,
321
- "pages" : [
322
- " examples/intro" ,
323
- " examples/dall-e3-generate-image" ,
324
- " examples/ffmpeg-video-processing" ,
325
- " examples/open-ai-with-retrying" ,
326
- " examples/pdf-to-image" ,
327
- " examples/puppeteer" ,
328
- " examples/sharp-image-processing" ,
329
- " examples/stripe-webhook" ,
330
- " examples/supabase-storage-upload" ,
331
- " examples/react-pdf" ,
332
- " examples/resend-email-sequence" ,
333
- " examples/vercel-ai-sdk"
334
- ]
293
+ "group" : " Migrations" ,
294
+ "pages" : [" guides/use-cases/upgrading-from-v2" ]
335
295
}
336
296
],
337
297
"footerSocials" : {
338
298
"twitter" : " https://twitter.com/triggerdotdev" ,
339
299
"github" : " https://github.com/triggerdotdev" ,
340
300
"linkedin" : " https://www.linkedin.com/company/triggerdotdev"
341
301
}
342
- }
302
+ }
0 commit comments