|
10 | 10 | }, |
11 | 11 | "favicon": "/images/favicon.png", |
12 | 12 | "contextual": { |
13 | | - "options": ["copy", "view", "claude"] |
| 13 | + "options": [ |
| 14 | + "copy", |
| 15 | + "view", |
| 16 | + "claude" |
| 17 | + ] |
14 | 18 | }, |
15 | 19 | "navigation": { |
16 | 20 | "dropdowns": [ |
|
36 | 40 | "pages": [ |
37 | 41 | { |
38 | 42 | "group": "Tasks", |
39 | | - "pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"] |
| 43 | + "pages": [ |
| 44 | + "tasks/overview", |
| 45 | + "tasks/schemaTask", |
| 46 | + "tasks/scheduled" |
| 47 | + ] |
40 | 48 | }, |
41 | 49 | "triggering", |
42 | 50 | "runs", |
|
51 | 59 | "errors-retrying", |
52 | 60 | { |
53 | 61 | "group": "Wait", |
54 | | - "pages": ["wait", "wait-for", "wait-until", "wait-for-token"] |
| 62 | + "pages": [ |
| 63 | + "wait", |
| 64 | + "wait-for", |
| 65 | + "wait-until", |
| 66 | + "wait-for-token" |
| 67 | + ] |
55 | 68 | }, |
56 | 69 | "queue-concurrency", |
57 | 70 | "versioning", |
|
60 | 73 | "runs/max-duration", |
61 | 74 | "tags", |
62 | 75 | "runs/metadata", |
| 76 | + "tasks/streams", |
63 | 77 | "run-usage", |
64 | 78 | "context", |
65 | 79 | "runs/priority", |
|
99 | 113 | }, |
100 | 114 | { |
101 | 115 | "group": "Development", |
102 | | - "pages": ["cli-dev"] |
| 116 | + "pages": [ |
| 117 | + "cli-dev" |
| 118 | + ] |
103 | 119 | }, |
104 | 120 | { |
105 | 121 | "group": "Deployment", |
|
111 | 127 | "deployment/atomic-deployment", |
112 | 128 | { |
113 | 129 | "group": "Deployment integrations", |
114 | | - "pages": ["github-integration", "vercel-integration"] |
| 130 | + "pages": [ |
| 131 | + "github-integration", |
| 132 | + "vercel-integration" |
| 133 | + ] |
115 | 134 | } |
116 | 135 | ] |
117 | 136 | }, |
|
167 | 186 | }, |
168 | 187 | { |
169 | 188 | "group": "MCP Server", |
170 | | - "pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"] |
| 189 | + "pages": [ |
| 190 | + "mcp-introduction", |
| 191 | + "mcp-tools", |
| 192 | + "mcp-agent-rules" |
| 193 | + ] |
171 | 194 | }, |
172 | 195 | { |
173 | 196 | "group": "Using the Dashboard", |
174 | | - "pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"] |
| 197 | + "pages": [ |
| 198 | + "run-tests", |
| 199 | + "troubleshooting-alerts", |
| 200 | + "replaying", |
| 201 | + "bulk-actions" |
| 202 | + ] |
175 | 203 | }, |
176 | 204 | { |
177 | 205 | "group": "Troubleshooting", |
|
193 | 221 | "self-hosting/kubernetes", |
194 | 222 | { |
195 | 223 | "group": "Environment variables", |
196 | | - "pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"] |
| 224 | + "pages": [ |
| 225 | + "self-hosting/env/webapp", |
| 226 | + "self-hosting/env/supervisor" |
| 227 | + ] |
197 | 228 | }, |
198 | 229 | "open-source-self-hosting" |
199 | 230 | ] |
200 | 231 | }, |
201 | | - |
202 | 232 | { |
203 | 233 | "group": "Open source", |
204 | | - "pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"] |
| 234 | + "pages": [ |
| 235 | + "open-source-contributing", |
| 236 | + "github-repo", |
| 237 | + "changelog", |
| 238 | + "roadmap" |
| 239 | + ] |
205 | 240 | }, |
206 | 241 | { |
207 | 242 | "group": "Help", |
208 | | - "pages": ["community", "help-slack", "help-email"] |
| 243 | + "pages": [ |
| 244 | + "community", |
| 245 | + "help-slack", |
| 246 | + "help-email" |
| 247 | + ] |
209 | 248 | } |
210 | 249 | ] |
211 | 250 | }, |
|
226 | 265 | }, |
227 | 266 | { |
228 | 267 | "group": "Tasks API", |
229 | | - "pages": ["management/tasks/trigger", "management/tasks/batch-trigger"] |
| 268 | + "pages": [ |
| 269 | + "management/tasks/trigger", |
| 270 | + "management/tasks/batch-trigger" |
| 271 | + ] |
230 | 272 | }, |
231 | 273 | { |
232 | 274 | "group": "Runs API", |
|
272 | 314 | "groups": [ |
273 | 315 | { |
274 | 316 | "group": "Introduction", |
275 | | - "pages": ["guides/introduction"] |
| 317 | + "pages": [ |
| 318 | + "guides/introduction" |
| 319 | + ] |
276 | 320 | }, |
277 | 321 | { |
278 | 322 | "group": "Frameworks", |
|
401 | 445 | }, |
402 | 446 | { |
403 | 447 | "group": "Migration guides", |
404 | | - "pages": ["migration-mergent"] |
| 448 | + "pages": [ |
| 449 | + "migration-mergent" |
| 450 | + ] |
405 | 451 | }, |
406 | 452 | { |
407 | 453 | "group": "Community packages", |
|
422 | 468 | "href": "https://trigger.dev" |
423 | 469 | }, |
424 | 470 | "api": { |
425 | | - "openapi": ["openapi.yml", "v3-openapi.yaml"], |
| 471 | + "openapi": [ |
| 472 | + "openapi.yml", |
| 473 | + "v3-openapi.yaml" |
| 474 | + ], |
426 | 475 | "playground": { |
427 | 476 | "display": "simple" |
428 | 477 | } |
|
0 commit comments