Skip to content

Commit 4c7742c

Browse files
authored
Enable docs AI contextual menu (#2157)
1 parent e72820c commit 4c7742c

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
},
@@ -157,15 +177,19 @@
157177
},
158178
{
159179
"group": "Using the Dashboard",
160-
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
180+
"pages": [
181+
"run-tests",
182+
"troubleshooting-alerts",
183+
"replaying",
184+
"bulk-actions"
185+
]
161186
},
162187
{
163188
"group": "Troubleshooting",
164189
"pages": [
165190
"troubleshooting",
166191
"troubleshooting-debugging-in-vscode",
167192
"upgrading-packages",
168-
169193
"troubleshooting-uptime-status",
170194
"troubleshooting-github-issues",
171195
"request-feature"
@@ -194,7 +218,11 @@
194218
},
195219
{
196220
"group": "Help",
197-
"pages": ["community", "help-slack", "help-email"]
221+
"pages": [
222+
"community",
223+
"help-slack",
224+
"help-email"
225+
]
198226
}
199227
]
200228
},
@@ -215,7 +243,10 @@
215243
},
216244
{
217245
"group": "Tasks API",
218-
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
246+
"pages": [
247+
"management/tasks/trigger",
248+
"management/tasks/batch-trigger"
249+
]
219250
},
220251
{
221252
"group": "Runs API",
@@ -261,7 +292,9 @@
261292
"groups": [
262293
{
263294
"group": "Introduction",
264-
"pages": ["guides/introduction"]
295+
"pages": [
296+
"guides/introduction"
297+
]
265298
},
266299
{
267300
"group": "Frameworks",
@@ -374,7 +407,9 @@
374407
},
375408
{
376409
"group": "Migration guides",
377-
"pages": ["migration-mergent"]
410+
"pages": [
411+
"migration-mergent"
412+
]
378413
},
379414
{
380415
"group": "Community packages",
@@ -395,7 +430,10 @@
395430
"href": "https://trigger.dev"
396431
},
397432
"api": {
398-
"openapi": ["openapi.yml", "v3-openapi.yaml"],
433+
"openapi": [
434+
"openapi.yml",
435+
"v3-openapi.yaml"
436+
],
399437
"playground": {
400438
"display": "simple"
401439
}
@@ -570,4 +608,4 @@
570608
"destination": "/management/overview"
571609
}
572610
]
573-
}
611+
}

0 commit comments

Comments
 (0)