Enable docs AI contextual menu (#2157)
This commit is contained in:
+50
-12
@@ -9,6 +9,13 @@
|
||||
"dark": "#A8FF53"
|
||||
},
|
||||
"favicon": "/images/favicon.png",
|
||||
"contextual": {
|
||||
"options": [
|
||||
"copy",
|
||||
"view",
|
||||
"claude"
|
||||
]
|
||||
},
|
||||
"navigation": {
|
||||
"dropdowns": [
|
||||
{
|
||||
@@ -32,7 +39,11 @@
|
||||
"pages": [
|
||||
{
|
||||
"group": "Tasks",
|
||||
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
|
||||
"pages": [
|
||||
"tasks/overview",
|
||||
"tasks/schemaTask",
|
||||
"tasks/scheduled"
|
||||
]
|
||||
},
|
||||
"triggering",
|
||||
"runs",
|
||||
@@ -47,7 +58,12 @@
|
||||
"errors-retrying",
|
||||
{
|
||||
"group": "Wait",
|
||||
"pages": ["wait", "wait-for", "wait-until", "wait-for-token"]
|
||||
"pages": [
|
||||
"wait",
|
||||
"wait-for",
|
||||
"wait-until",
|
||||
"wait-for-token"
|
||||
]
|
||||
},
|
||||
"queue-concurrency",
|
||||
"versioning",
|
||||
@@ -92,7 +108,9 @@
|
||||
},
|
||||
{
|
||||
"group": "Development",
|
||||
"pages": ["cli-dev"]
|
||||
"pages": [
|
||||
"cli-dev"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Deployment",
|
||||
@@ -104,7 +122,9 @@
|
||||
"deployment/atomic-deployment",
|
||||
{
|
||||
"group": "Deployment integrations",
|
||||
"pages": ["vercel-integration"]
|
||||
"pages": [
|
||||
"vercel-integration"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -157,7 +177,12 @@
|
||||
},
|
||||
{
|
||||
"group": "Using the Dashboard",
|
||||
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
|
||||
"pages": [
|
||||
"run-tests",
|
||||
"troubleshooting-alerts",
|
||||
"replaying",
|
||||
"bulk-actions"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Troubleshooting",
|
||||
@@ -165,7 +190,6 @@
|
||||
"troubleshooting",
|
||||
"troubleshooting-debugging-in-vscode",
|
||||
"upgrading-packages",
|
||||
|
||||
"troubleshooting-uptime-status",
|
||||
"troubleshooting-github-issues",
|
||||
"request-feature"
|
||||
@@ -194,7 +218,11 @@
|
||||
},
|
||||
{
|
||||
"group": "Help",
|
||||
"pages": ["community", "help-slack", "help-email"]
|
||||
"pages": [
|
||||
"community",
|
||||
"help-slack",
|
||||
"help-email"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -215,7 +243,10 @@
|
||||
},
|
||||
{
|
||||
"group": "Tasks API",
|
||||
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
|
||||
"pages": [
|
||||
"management/tasks/trigger",
|
||||
"management/tasks/batch-trigger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Runs API",
|
||||
@@ -261,7 +292,9 @@
|
||||
"groups": [
|
||||
{
|
||||
"group": "Introduction",
|
||||
"pages": ["guides/introduction"]
|
||||
"pages": [
|
||||
"guides/introduction"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Frameworks",
|
||||
@@ -374,7 +407,9 @@
|
||||
},
|
||||
{
|
||||
"group": "Migration guides",
|
||||
"pages": ["migration-mergent"]
|
||||
"pages": [
|
||||
"migration-mergent"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Community packages",
|
||||
@@ -395,7 +430,10 @@
|
||||
"href": "https://trigger.dev"
|
||||
},
|
||||
"api": {
|
||||
"openapi": ["openapi.yml", "v3-openapi.yaml"],
|
||||
"openapi": [
|
||||
"openapi.yml",
|
||||
"v3-openapi.yaml"
|
||||
],
|
||||
"playground": {
|
||||
"display": "simple"
|
||||
}
|
||||
@@ -570,4 +608,4 @@
|
||||
"destination": "/management/overview"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user