Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 65 additions & 17 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
},
"favicon": "/images/favicon.png",
"contextual": {
"options": ["copy", "view", "claude"]
"options": [
"copy",
"view",
"claude"
]
},
"navigation": {
"dropdowns": [
Expand All @@ -24,6 +28,7 @@
"pages": [
"introduction",
"quick-start",
"manual-setup",
"video-walkthrough",
"how-it-works",
"limits",
Expand All @@ -35,7 +40,11 @@
"pages": [
{
"group": "Tasks",
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
"pages": [
"tasks/overview",
"tasks/schemaTask",
"tasks/scheduled"
]
},
"triggering",
"runs",
Expand All @@ -50,7 +59,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",
Expand Down Expand Up @@ -96,7 +110,9 @@
},
{
"group": "Development",
"pages": ["cli-dev"]
"pages": [
"cli-dev"
]
},
{
"group": "Deployment",
Expand All @@ -108,7 +124,9 @@
"deployment/atomic-deployment",
{
"group": "Deployment integrations",
"pages": ["vercel-integration"]
"pages": [
"vercel-integration"
]
}
]
},
Expand Down Expand Up @@ -161,7 +179,12 @@
},
{
"group": "Using the Dashboard",
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
"pages": [
"run-tests",
"troubleshooting-alerts",
"replaying",
"bulk-actions"
]
},
{
"group": "Troubleshooting",
Expand All @@ -183,23 +206,39 @@
"self-hosting/kubernetes",
{
"group": "Environment variables",
"pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"]
"pages": [
"self-hosting/env/webapp",
"self-hosting/env/supervisor"
]
}
],
"tags": ["v4"],
"tags": [
"v4"
],
"tag": "v4"
},
{
"group": "Self-hosting",
"pages": ["open-source-self-hosting"]
"pages": [
"open-source-self-hosting"
]
},
{
"group": "Open source",
"pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"]
"pages": [
"open-source-contributing",
"github-repo",
"changelog",
"roadmap"
]
},
{
"group": "Help",
"pages": ["community", "help-slack", "help-email"]
"pages": [
"community",
"help-slack",
"help-email"
]
}
]
},
Expand All @@ -220,7 +259,10 @@
},
{
"group": "Tasks API",
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
"pages": [
"management/tasks/trigger",
"management/tasks/batch-trigger"
]
},
{
"group": "Runs API",
Expand Down Expand Up @@ -266,7 +308,9 @@
"groups": [
{
"group": "Introduction",
"pages": ["guides/introduction"]
"pages": [
"guides/introduction"
]
},
{
"group": "Frameworks",
Expand Down Expand Up @@ -328,7 +372,6 @@
}
]
},

{
"group": "Example projects",
"pages": [
Expand Down Expand Up @@ -384,7 +427,9 @@
},
{
"group": "Migration guides",
"pages": ["migration-mergent"]
"pages": [
"migration-mergent"
]
},
{
"group": "Community packages",
Expand All @@ -405,7 +450,10 @@
"href": "https://trigger.dev"
},
"api": {
"openapi": ["openapi.yml", "v3-openapi.yaml"],
"openapi": [
"openapi.yml",
"v3-openapi.yaml"
],
"playground": {
"display": "simple"
}
Expand Down Expand Up @@ -580,4 +628,4 @@
"destination": "/management/overview"
}
]
}
}
Loading