-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathlinks.ts
More file actions
32 lines (32 loc) · 1.06 KB
/
links.ts
File metadata and controls
32 lines (32 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const links = {
docs: {
config: {
home: "https://trigger.dev/docs/config/config-file",
additionalPackages: "https://trigger.dev/docs/config/config-file#additionalpackages",
extensions: "https://trigger.dev/docs/config/config-file#extensions",
prisma: "https://trigger.dev/docs/config/config-file#prisma",
},
machines: {
home: "https://trigger.dev/docs/v3/machines",
},
upgrade: {
beta: "https://trigger.dev/docs/upgrading-beta",
},
troubleshooting: {
concurrentWaits: "https://trigger.dev/docs/troubleshooting#parallel-waits-are-not-supported",
},
concurrency: {
recursiveDeadlock:
"https://trigger.dev/docs/queue-concurrency#waiting-for-a-subtask-on-the-same-queue",
deadlock: "https://trigger.dev/docs/queue-concurrency#deadlock",
},
gitHubActions: {
personalAccessToken:
"https://trigger.dev/docs/github-actions#creating-a-personal-access-token",
},
},
site: {
home: "https://trigger.dev",
contact: "https://trigger.dev/contact",
},
};