Skip to content

Commit 4cdb58b

Browse files
committed
chore: update tos
1 parent 0f1b3a6 commit 4cdb58b

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

components/FooterMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const menuItems: {
153153
{ name: "Imprint", href: "/imprint" },
154154
{
155155
name: "Terms",
156-
href: "/tos",
156+
href: "/terms",
157157
},
158158
{
159159
name: "Privacy",

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const nonPermanentRedirects = [
128128
["/gh-discussions", "https://github.com/orgs/langfuse/discussions"],
129129
["/docs/analytics", "/docs/analytics/overview"],
130130

131-
["/townhall", "https://cal.com/marc-kl/langfuse-townhall-1?month=2024-04&date=2024-04-24&slot=2024-04-24T19%3A00%3A00.000Z&bookingUid=a9d94746-4fbe-4108-9d41-c9f2e0c2ee5c"],
132131
["/launch", "/blog/launch-week-1"],
133132

134133
// Redirect to overview pages
@@ -191,6 +190,7 @@ const nonPermanentRedirects = [
191190
["/docs/prompts", "/docs/prompts/get-started"],
192191
["/changelog/2024-03-03-posthog-integration", "/docs/analytics/posthog"],
193192
["/guides/videos/2-min", "/guides/videos/introducing-langfuse-2.0"],
193+
["/tos", "/terms"],
194194

195195
// Reorder Tracing section
196196
["/docs/tracing/overview", "/docs/tracing"],

pages/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
"timestamp": false
107107
}
108108
},
109-
"tos": {
110-
"title": "Terms of Service",
109+
"terms": {
110+
"title": "Terms and Conditions",
111111
"type": "page",
112112
"display": "hidden"
113113
},

pages/terms.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Terms and Conditions
3+
---
4+
5+
# Terms and Condiditions
6+
7+
### Langfuse Cloud
8+
9+
import { FileDown } from "lucide-react";
10+
11+
<Cards num={2}>
12+
<Card
13+
title="Terms and Conditions (pdf)"
14+
href="https://static.langfuse.com/legal%2FLangfuse_T%26Cs_20240505.pdf"
15+
icon={<FileDown />}
16+
/>
17+
</Cards>
18+
19+
### Enterprise Edition
20+
21+
When self-hosting Langfuse, you can choose to use the Enterprise Edition. The terms and conditions for this Enterprise Edition are available upon request. Please contact us at [enterprise@langfuse.com](mailto:enterprise@langfuse.com).

pages/tos.mdx

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)