Skip to content

Commit f86117f

Browse files
committed
Some improvements to the docs platforms section
1 parent b4c6798 commit f86117f

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Info>
2+
Trigger.dev lets you create long-running jobs in serverless environments. Support for long-running
3+
servers is [coming soon](https://github.com/triggerdotdev/trigger.dev/discussions/430).
4+
</Info>

docs/documentation/guides/platforms/astro.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ sidebarTitle: "Astro"
44
description: "How to get setup and deploy Jobs for your Astro project"
55
---
66

7-
<Snippet file="manual-setup-astro.mdx" />
7+
<Snippet file="long-running-coming-soon.mdx" />
8+
9+
## Initial setup
10+
11+
View our [Quick start guide](/documentation/quickstarts/astro) to get setup.
12+
13+
## Writing Jobs
14+
15+
View our [guide for writing Jobs](/documentation/guides/create-a-job).
16+
17+
## Deployment
18+
19+
View our [deployment guide](/documentation/guides/deployment) to learn how to deploy your Jobs.

docs/documentation/guides/platforms/nextjs.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ title: "Next.js"
33
description: "How to get setup and deploy Jobs for your Next.js project"
44
---
55

6-
You can write Jobs in your Next.js codebase and deploy to both serverless platforms and long-running servers.
7-
8-
## Supported platforms
9-
10-
We support all platforms because under-the-hood an API endpoint is used to run your Jobs.
6+
<Snippet file="long-running-coming-soon.mdx" />
117

128
## Initial setup
139

14-
View our [Quick start guide](/documentation/quickstart) to get setup.
10+
View our [Quick start guide](/documentation/quickstarts/nextjs) to get setup. Or [manual setup](/documentation/guides/manual/nextjs) if you'd prefer.
1511

1612
## Writing Jobs
1713

@@ -93,7 +89,6 @@ export const config = {
9389
};
9490
```
9591

96-
9792
### Known issues
9893

99-
* ` Module parse failed: Identifier 'NextResponse' has already been declared . ` This error is caused by version 13.4.4. For further information, please [visit](https://github.com/nextauthjs/next-auth/issues/7660 )
94+
- `Module parse failed: Identifier 'NextResponse' has already been declared .` This error is caused by version 13.4.4. For further information, please [visit](https://github.com/nextauthjs/next-auth/issues/7660)

docs/documentation/guides/platforms/remix.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,16 @@ title: "Remix"
33
description: "How to get setup and deploy Jobs for your Remix project"
44
---
55

6-
<Snippet file="manual-setup-remix.mdx" />
6+
<Snippet file="long-running-coming-soon.mdx" />
7+
8+
## Initial setup
9+
10+
View our [Quick start guide](/documentation/quickstarts/remix) to get setup.
11+
12+
## Writing Jobs
13+
14+
View our [guide for writing Jobs](/documentation/guides/create-a-job).
15+
16+
## Deployment
17+
18+
View our [deployment guide](/documentation/guides/deployment) to learn how to deploy your Jobs.

docs/documentation/quickstarts/introduction.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ title: "Introduction"
33
sidebarTitle: "Introduction"
44
---
55

6-
<Info>
7-
Trigger.dev lets you create long-running jobs in serverless environments. Support for long-running
8-
servers is [coming soon](https://github.com/triggerdotdev/trigger.dev/discussions/430).
9-
</Info>
6+
<Snippet file="long-running-coming-soon.mdx" />
107

118
## Select a framework to get started…
129

0 commit comments

Comments
 (0)