Skip to content

Commit d8035b4

Browse files
committed
Enable docs AI contextual menu
1 parent 5301239 commit d8035b4

File tree

1 file changed

+50
-12
lines changed

1 file changed

+50
-12
lines changed

docs/docs.json

Lines changed: 50 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"dark": "#A8FF53"
1010
},
1111
"favicon": "/images/favicon.png",
12+
"contextual": {
13+
"options": [
14+
"copy",
15+
"view",
16+
"claude"
17+
]
18+
},
1219
"navigation": {
1320
"dropdowns": [
1421
{
@@ -32,7 +39,11 @@
3239
"pages": [
3340
{
3441
"group": "Tasks",
35-
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
42+
"pages": [
43+
"tasks/overview",
44+
"tasks/schemaTask",
45+
"tasks/scheduled"
46+
]
3647
},
3748
"triggering",
3849
"runs",
@@ -47,7 +58,12 @@
4758
"errors-retrying",
4859
{
4960
"group": "Wait",
50-
"pages": ["wait", "wait-for", "wait-until", "wait-for-token"]
61+
"pages": [
62+
"wait",
63+
"wait-for",
64+
"wait-until",
65+
"wait-for-token"
66+
]
5167
},
5268
"queue-concurrency",
5369
"versioning",
@@ -92,7 +108,9 @@
92108
},
93109
{
94110
"group": "Development",
95-
"pages": ["cli-dev"]
111+
"pages": [
112+
"cli-dev"
113+
]
96114
},
97115
{
98116
"group": "Deployment",
@@ -104,7 +122,9 @@
104122
"deployment/atomic-deployment",
105123
{
106124
"group": "Deployment integrations",
107-
"pages": ["vercel-integration"]
125+
"pages": [
126+
"vercel-integration"
127+
]
108128
}
109129
]
110130
},
@@ -156,15 +176,19 @@
156176
},
157177
{
158178
"group": "Using the Dashboard",
159-
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
179+
"pages": [
180+
"run-tests",
181+
"troubleshooting-alerts",
182+
"replaying",
183+
"bulk-actions"
184+
]
160185
},
161186
{
162187
"group": "Troubleshooting",
163188
"pages": [
164189
"troubleshooting",
165190
"troubleshooting-debugging-in-vscode",
166191
"upgrading-packages",
167-
168192
"troubleshooting-uptime-status",
169193
"troubleshooting-github-issues",
170194
"request-feature"
@@ -182,7 +206,11 @@
182206
},
183207
{
184208
"group": "Help",
185-
"pages": ["community", "help-slack", "help-email"]
209+
"pages": [
210+
"community",
211+
"help-slack",
212+
"help-email"
213+
]
186214
}
187215
]
188216
},
@@ -203,7 +231,10 @@
203231
},
204232
{
205233
"group": "Tasks API",
206-
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
234+
"pages": [
235+
"management/tasks/trigger",
236+
"management/tasks/batch-trigger"
237+
]
207238
},
208239
{
209240
"group": "Runs API",
@@ -249,7 +280,9 @@
249280
"groups": [
250281
{
251282
"group": "Introduction",
252-
"pages": ["guides/introduction"]
283+
"pages": [
284+
"guides/introduction"
285+
]
253286
},
254287
{
255288
"group": "Frameworks",
@@ -362,7 +395,9 @@
362395
},
363396
{
364397
"group": "Migration guides",
365-
"pages": ["migration-mergent"]
398+
"pages": [
399+
"migration-mergent"
400+
]
366401
},
367402
{
368403
"group": "Community packages",
@@ -383,7 +418,10 @@
383418
"href": "https://trigger.dev"
384419
},
385420
"api": {
386-
"openapi": ["openapi.yml", "v3-openapi.yaml"],
421+
"openapi": [
422+
"openapi.yml",
423+
"v3-openapi.yaml"
424+
],
387425
"playground": {
388426
"display": "simple"
389427
}
@@ -558,4 +596,4 @@
558596
"destination": "/management/overview"
559597
}
560598
]
561-
}
599+
}

0 commit comments

Comments
 (0)