|
10 | 10 | }, |
11 | 11 | "favicon": "/images/favicon.png", |
12 | 12 | "contextual": { |
13 | | - "options": [ |
14 | | - "copy", |
15 | | - "view", |
16 | | - "claude" |
17 | | - ] |
| 13 | + "options": ["copy", "view", "claude"] |
18 | 14 | }, |
19 | 15 | "navigation": { |
20 | 16 | "dropdowns": [ |
|
40 | 36 | "pages": [ |
41 | 37 | { |
42 | 38 | "group": "Tasks", |
43 | | - "pages": [ |
44 | | - "tasks/overview", |
45 | | - "tasks/schemaTask", |
46 | | - "tasks/scheduled" |
47 | | - ] |
| 39 | + "pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"] |
48 | 40 | }, |
49 | 41 | "triggering", |
50 | 42 | "runs", |
|
59 | 51 | "errors-retrying", |
60 | 52 | { |
61 | 53 | "group": "Wait", |
62 | | - "pages": [ |
63 | | - "wait", |
64 | | - "wait-for", |
65 | | - "wait-until", |
66 | | - "wait-for-token" |
67 | | - ] |
| 54 | + "pages": ["wait", "wait-for", "wait-until", "wait-for-token"] |
68 | 55 | }, |
69 | 56 | "queue-concurrency", |
70 | 57 | "versioning", |
|
113 | 100 | }, |
114 | 101 | { |
115 | 102 | "group": "Development", |
116 | | - "pages": [ |
117 | | - "cli-dev" |
118 | | - ] |
| 103 | + "pages": ["cli-dev"] |
119 | 104 | }, |
120 | 105 | { |
121 | 106 | "group": "Deployment", |
|
127 | 112 | "deployment/atomic-deployment", |
128 | 113 | { |
129 | 114 | "group": "Deployment integrations", |
130 | | - "pages": [ |
131 | | - "github-integration", |
132 | | - "vercel-integration" |
133 | | - ] |
| 115 | + "pages": ["github-integration", "vercel-integration"] |
134 | 116 | } |
135 | 117 | ] |
136 | 118 | }, |
|
186 | 168 | }, |
187 | 169 | { |
188 | 170 | "group": "MCP Server", |
189 | | - "pages": [ |
190 | | - "mcp-introduction", |
191 | | - "mcp-tools", |
192 | | - "mcp-agent-rules" |
193 | | - ] |
| 171 | + "pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"] |
194 | 172 | }, |
195 | 173 | { |
196 | 174 | "group": "Using the Dashboard", |
197 | | - "pages": [ |
198 | | - "run-tests", |
199 | | - "troubleshooting-alerts", |
200 | | - "replaying", |
201 | | - "bulk-actions" |
202 | | - ] |
| 175 | + "pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"] |
203 | 176 | }, |
204 | 177 | { |
205 | 178 | "group": "Troubleshooting", |
|
221 | 194 | "self-hosting/kubernetes", |
222 | 195 | { |
223 | 196 | "group": "Environment variables", |
224 | | - "pages": [ |
225 | | - "self-hosting/env/webapp", |
226 | | - "self-hosting/env/supervisor" |
227 | | - ] |
| 197 | + "pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"] |
228 | 198 | }, |
229 | 199 | "open-source-self-hosting" |
230 | 200 | ] |
231 | 201 | }, |
232 | 202 | { |
233 | 203 | "group": "Open source", |
234 | | - "pages": [ |
235 | | - "open-source-contributing", |
236 | | - "github-repo", |
237 | | - "changelog", |
238 | | - "roadmap" |
239 | | - ] |
| 204 | + "pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"] |
240 | 205 | }, |
241 | 206 | { |
242 | 207 | "group": "Help", |
243 | | - "pages": [ |
244 | | - "community", |
245 | | - "help-slack", |
246 | | - "help-email" |
247 | | - ] |
| 208 | + "pages": ["community", "help-slack", "help-email"] |
248 | 209 | } |
249 | 210 | ] |
250 | 211 | }, |
|
265 | 226 | }, |
266 | 227 | { |
267 | 228 | "group": "Tasks API", |
268 | | - "pages": [ |
269 | | - "management/tasks/trigger", |
270 | | - "management/tasks/batch-trigger" |
271 | | - ] |
| 229 | + "pages": ["management/tasks/trigger", "management/tasks/batch-trigger"] |
272 | 230 | }, |
273 | 231 | { |
274 | 232 | "group": "Runs API", |
|
314 | 272 | "groups": [ |
315 | 273 | { |
316 | 274 | "group": "Introduction", |
317 | | - "pages": [ |
318 | | - "guides/introduction" |
319 | | - ] |
| 275 | + "pages": ["guides/introduction"] |
320 | 276 | }, |
321 | 277 | { |
322 | 278 | "group": "Frameworks", |
|
339 | 295 | }, |
340 | 296 | "pages": [ |
341 | 297 | "guides/ai-agents/overview", |
| 298 | + |
342 | 299 | "guides/ai-agents/generate-translate-copy", |
343 | 300 | "guides/ai-agents/route-question", |
344 | 301 | "guides/ai-agents/respond-and-check-content", |
345 | 302 | "guides/ai-agents/translate-and-refine", |
346 | 303 | "guides/ai-agents/verify-news-article" |
347 | 304 | ] |
348 | 305 | }, |
| 306 | + "guides/ai-agents/claude-code-trigger", |
349 | 307 | "guides/frameworks/drizzle", |
350 | 308 | "guides/frameworks/prisma", |
351 | 309 | "guides/frameworks/sequin", |
|
392 | 350 | "pages": [ |
393 | 351 | "guides/example-projects/anchor-browser-web-scraper", |
394 | 352 | "guides/example-projects/batch-llm-evaluator", |
| 353 | + "guides/example-projects/claude-changelog-generator", |
| 354 | + "guides/example-projects/claude-github-wiki", |
395 | 355 | "guides/example-projects/claude-thinking-chatbot", |
396 | 356 | "guides/example-projects/human-in-the-loop-workflow", |
397 | 357 | "guides/example-projects/mastra-agents-with-memory", |
|
445 | 405 | }, |
446 | 406 | { |
447 | 407 | "group": "Migration guides", |
448 | | - "pages": [ |
449 | | - "migration-mergent" |
450 | | - ] |
| 408 | + "pages": ["migration-mergent"] |
451 | 409 | }, |
452 | 410 | { |
453 | 411 | "group": "Community packages", |
|
468 | 426 | "href": "https://trigger.dev" |
469 | 427 | }, |
470 | 428 | "api": { |
471 | | - "openapi": [ |
472 | | - "openapi.yml", |
473 | | - "v3-openapi.yaml" |
474 | | - ], |
| 429 | + "openapi": ["openapi.yml", "v3-openapi.yaml"], |
475 | 430 | "playground": { |
476 | 431 | "display": "simple" |
477 | 432 | } |
|
0 commit comments