Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
60 changes: 48 additions & 12 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,24 @@
"groups": [
{
"group": "Getting started",
"pages": ["introduction", "quick-start", "video-walkthrough", "how-it-works", "limits"]
"pages": [
"introduction",
"quick-start",
"video-walkthrough",
"how-it-works",
"limits"
]
},
{
"group": "Fundamentals",
"pages": [
{
"group": "Tasks",
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
"pages": [
"tasks/overview",
"tasks/schemaTask",
"tasks/scheduled"
]
},
"triggering",
"runs",
Expand All @@ -40,7 +50,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 @@ -84,7 +99,9 @@
},
{
"group": "Development",
"pages": ["cli-dev"]
"pages": [
"cli-dev"
]
},
{
"group": "Deployment",
Expand All @@ -95,7 +112,9 @@
"deployment/atomic-deployment",
{
"group": "Deployment integrations",
"pages": ["vercel-integration"]
"pages": [
"vercel-integration"
]
}
]
},
Expand Down Expand Up @@ -146,15 +165,20 @@
},
{
"group": "Using the Dashboard",
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
"pages": [
"run-tests",
"troubleshooting-alerts",
"replaying",
"bulk-actions"
]
},
{
"group": "Troubleshooting",
"pages": [
"troubleshooting",
"troubleshooting-debugging-in-vscode",
"upgrading-packages",
"upgrading-beta",
"upgrade-to-v4",
"troubleshooting-uptime-status",
"troubleshooting-github-issues",
"request-feature"
Expand All @@ -172,7 +196,11 @@
},
{
"group": "Help",
"pages": ["community", "help-slack", "help-email"]
"pages": [
"community",
"help-slack",
"help-email"
]
}
]
},
Expand All @@ -193,7 +221,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 @@ -239,7 +270,9 @@
"groups": [
{
"group": "Introduction",
"pages": ["guides/introduction"]
"pages": [
"guides/introduction"
]
},
{
"group": "Frameworks",
Expand Down Expand Up @@ -364,7 +397,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 @@ -539,4 +575,4 @@
"destination": "/management/overview"
}
]
}
}
4 changes: 4 additions & 0 deletions docs/snippets/upgrade-to-v4-note.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Note>
This feature is only available in the v4 beta. To upgrade to v4, see the [upgrade to v4
docs](/upgrade-to-v4).
</Note>
Loading