Skip to content

Commit e006cdb

Browse files
committed
Moved v4 upgrade up
1 parent 9f7dc05 commit e006cdb

File tree

1 file changed

+13
-42
lines changed

1 file changed

+13
-42
lines changed

docs/docs.json

Lines changed: 13 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,16 @@
2323
"quick-start",
2424
"video-walkthrough",
2525
"how-it-works",
26-
"limits"
26+
"limits",
27+
"upgrade-to-v4"
2728
]
2829
},
2930
{
3031
"group": "Fundamentals",
3132
"pages": [
3233
{
3334
"group": "Tasks",
34-
"pages": [
35-
"tasks/overview",
36-
"tasks/schemaTask",
37-
"tasks/scheduled"
38-
]
35+
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
3936
},
4037
"triggering",
4138
"runs",
@@ -50,12 +47,7 @@
5047
"errors-retrying",
5148
{
5249
"group": "Wait",
53-
"pages": [
54-
"wait",
55-
"wait-for",
56-
"wait-until",
57-
"wait-for-token"
58-
]
50+
"pages": ["wait", "wait-for", "wait-until", "wait-for-token"]
5951
},
6052
"queue-concurrency",
6153
"versioning",
@@ -99,9 +91,7 @@
9991
},
10092
{
10193
"group": "Development",
102-
"pages": [
103-
"cli-dev"
104-
]
94+
"pages": ["cli-dev"]
10595
},
10696
{
10797
"group": "Deployment",
@@ -112,9 +102,7 @@
112102
"deployment/atomic-deployment",
113103
{
114104
"group": "Deployment integrations",
115-
"pages": [
116-
"vercel-integration"
117-
]
105+
"pages": ["vercel-integration"]
118106
}
119107
]
120108
},
@@ -165,20 +153,15 @@
165153
},
166154
{
167155
"group": "Using the Dashboard",
168-
"pages": [
169-
"run-tests",
170-
"troubleshooting-alerts",
171-
"replaying",
172-
"bulk-actions"
173-
]
156+
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
174157
},
175158
{
176159
"group": "Troubleshooting",
177160
"pages": [
178161
"troubleshooting",
179162
"troubleshooting-debugging-in-vscode",
180163
"upgrading-packages",
181-
"upgrade-to-v4",
164+
182165
"troubleshooting-uptime-status",
183166
"troubleshooting-github-issues",
184167
"request-feature"
@@ -196,11 +179,7 @@
196179
},
197180
{
198181
"group": "Help",
199-
"pages": [
200-
"community",
201-
"help-slack",
202-
"help-email"
203-
]
182+
"pages": ["community", "help-slack", "help-email"]
204183
}
205184
]
206185
},
@@ -221,10 +200,7 @@
221200
},
222201
{
223202
"group": "Tasks API",
224-
"pages": [
225-
"management/tasks/trigger",
226-
"management/tasks/batch-trigger"
227-
]
203+
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
228204
},
229205
{
230206
"group": "Runs API",
@@ -270,9 +246,7 @@
270246
"groups": [
271247
{
272248
"group": "Introduction",
273-
"pages": [
274-
"guides/introduction"
275-
]
249+
"pages": ["guides/introduction"]
276250
},
277251
{
278252
"group": "Frameworks",
@@ -397,10 +371,7 @@
397371
"href": "https://trigger.dev"
398372
},
399373
"api": {
400-
"openapi": [
401-
"openapi.yml",
402-
"v3-openapi.yaml"
403-
],
374+
"openapi": ["openapi.yml", "v3-openapi.yaml"],
404375
"playground": {
405376
"display": "simple"
406377
}
@@ -575,4 +546,4 @@
575546
"destination": "/management/overview"
576547
}
577548
]
578-
}
549+
}

0 commit comments

Comments
 (0)