Skip to content

Commit 04146bd

Browse files
committed
Moves files to correct path and improves copy
1 parent ce604f0 commit 04146bd

File tree

3 files changed

+16
-489
lines changed

3 files changed

+16
-489
lines changed
File renamed without changes.

docs/mint.json

Lines changed: 16 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"$schema": "https://mintlify.com/schema.json",
33
"name": "Trigger.dev",
4-
"openapi": [
5-
"/openapi.yml",
6-
"/v3-openapi.yaml"
7-
],
4+
"openapi": ["/openapi.yml", "/v3-openapi.yaml"],
85
"api": {
96
"playground": {
107
"mode": "simple"
@@ -126,43 +123,27 @@
126123
"navigation": [
127124
{
128125
"group": "Getting Started",
129-
"pages": [
130-
"introduction",
131-
"quick-start",
132-
"video-walkthrough",
133-
"how-it-works",
134-
"limits"
135-
]
126+
"pages": ["introduction", "quick-start", "video-walkthrough", "how-it-works", "limits"]
136127
},
137128
{
138129
"group": "Fundamentals",
139130
"pages": [
140131
{
141132
"group": "Tasks",
142-
"pages": [
143-
"tasks/overview",
144-
"tasks/schemaTask",
145-
"tasks/scheduled"
146-
]
133+
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
147134
},
148135
"triggering",
149136
"runs",
150137
"apikeys",
151138
{
152139
"group": "Configuration",
153-
"pages": [
154-
"config/config-file",
155-
"config/extensions/overview"
156-
]
140+
"pages": ["config/config-file", "config/extensions/overview"]
157141
}
158142
]
159143
},
160144
{
161145
"group": "Development",
162-
"pages": [
163-
"cli-dev",
164-
"run-tests"
165-
]
146+
"pages": ["cli-dev", "run-tests"]
166147
},
167148
{
168149
"group": "Deployment",
@@ -172,9 +153,7 @@
172153
"github-actions",
173154
{
174155
"group": "Deployment integrations",
175-
"pages": [
176-
"vercel-integration"
177-
]
156+
"pages": ["vercel-integration"]
178157
}
179158
]
180159
},
@@ -186,13 +165,7 @@
186165
"errors-retrying",
187166
{
188167
"group": "Wait",
189-
"pages": [
190-
"wait",
191-
"wait-for",
192-
"wait-until",
193-
"wait-for-event",
194-
"wait-for-request"
195-
]
168+
"pages": ["wait", "wait-for", "wait-until", "wait-for-event", "wait-for-request"]
196169
},
197170
"queue-concurrency",
198171
"versioning",
@@ -203,7 +176,8 @@
203176
"tags",
204177
"runs/metadata",
205178
"run-usage",
206-
"context"
179+
"context",
180+
"bulk-actions"
207181
]
208182
},
209183
{
@@ -237,10 +211,7 @@
237211
"management/overview",
238212
{
239213
"group": "Tasks API",
240-
"pages": [
241-
"management/tasks/trigger",
242-
"management/tasks/batch-trigger"
243-
]
214+
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
244215
},
245216
{
246217
"group": "Runs API",
@@ -279,9 +250,7 @@
279250
},
280251
{
281252
"group": "Projects API",
282-
"pages": [
283-
"management/projects/runs"
284-
]
253+
"pages": ["management/projects/runs"]
285254
}
286255
]
287256
},
@@ -328,17 +297,11 @@
328297
},
329298
{
330299
"group": "Help",
331-
"pages": [
332-
"community",
333-
"help-slack",
334-
"help-email"
335-
]
300+
"pages": ["community", "help-slack", "help-email"]
336301
},
337302
{
338303
"group": "",
339-
"pages": [
340-
"guides/introduction"
341-
]
304+
"pages": ["guides/introduction"]
342305
},
343306
{
344307
"group": "Frameworks",
@@ -412,20 +375,16 @@
412375
},
413376
{
414377
"group": "Dashboard",
415-
"pages": [
416-
"guides/dashboard/creating-a-project"
417-
]
378+
"pages": ["guides/dashboard/creating-a-project"]
418379
},
419380
{
420381
"group": "Migrations",
421-
"pages": [
422-
"guides/use-cases/upgrading-from-v2"
423-
]
382+
"pages": ["guides/use-cases/upgrading-from-v2"]
424383
}
425384
],
426385
"footerSocials": {
427386
"twitter": "https://twitter.com/triggerdotdev",
428387
"github": "https://github.com/triggerdotdev",
429388
"linkedin": "https://www.linkedin.com/company/triggerdotdev"
430389
}
431-
}
390+
}

0 commit comments

Comments
 (0)