Skip to content

Commit debab2a

Browse files
committed
split legacy docs into different section
1 parent 4f7d1e8 commit debab2a

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

docs/docs.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,16 @@
177177
"self-hosting/docker",
178178
{
179179
"group": "Environment variables",
180-
"pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"],
181-
"tags": ["v4"],
182-
"tag": "v4"
183-
},
184-
"open-source-self-hosting"
180+
"pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"]
181+
}
185182
],
186183
"tags": ["v4"],
187184
"tag": "v4"
188185
},
186+
{
187+
"group": "Self-hosting",
188+
"pages": ["open-source-self-hosting"]
189+
},
189190
{
190191
"group": "Open source",
191192
"pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"]

docs/self-hosting/docker.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Docker compose"
33
description: "You can self-host Trigger.dev on your own infrastructure using Docker."
4-
tag: "v4"
54
---
65

76
The following instructions will use docker compose to spin up a Trigger.dev instance. Make sure to read the self-hosting [overview](/self-hosting/overview) first.

docs/self-hosting/env/supervisor.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Supervisor"
33
description: "Environment variables for the supervisor container."
44
sidebarTitle: "Supervisor"
5-
tag: "v4"
65
mode: "wide"
76
---
87

docs/self-hosting/env/webapp.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Webapp"
33
description: "Environment variables for the webapp container."
44
sidebarTitle: "Webapp"
5-
tag: "v4"
65
mode: "wide"
76
---
87

docs/self-hosting/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Overview"
33
description: "You can self-host Trigger.dev on your own infrastructure."
4-
tag: "v4"
54
---
65

76
Self-hosting Trigger.dev means you run and manage the platform on your own infrastructure, giving you full control over your environment, deployment process, and the URLs you expose the service on.

0 commit comments

Comments
 (0)