Skip to content

Commit b32b9b5

Browse files
committed
Add cloud to index
1 parent cdc19a2 commit b32b9b5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

pages/_meta.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@
66
"typesetting": "article"
77
}
88
},
9-
"docs": { "title": "Documentation", "type": "page", "href": "/docs" }
9+
"docs": { "title": "Documentation", "type": "page", "href": "/docs" },
10+
"quickstart": {
11+
"title": "Quickstart",
12+
"type": "page",
13+
"href": "/docs/get-started"
14+
},
15+
"sign-in": {
16+
"title": "Sign in ↗",
17+
"type": "page",
18+
"href": "https://cloud.langfuse.com",
19+
"newWindow": true
20+
}
1021
}

pages/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Card, Cards } from "nextra-theme-docs";
22
import { SiGithub } from "react-icons/si";
3+
import { AiOutlineCloud } from "react-icons/ai";
34

45
<h1 style={{ marginTop: "100px" }}>`🪢 langfuse`</h1>
56
<span
@@ -27,6 +28,11 @@ import { SiGithub } from "react-icons/si";
2728
title="Repo"
2829
href="https://github.com/langfuse/langfuse"
2930
/>
31+
<Card
32+
icon={<AiOutlineCloud size="24" />}
33+
title="Sign in"
34+
href="https://cloud.langfuse.com"
35+
/>
3036
</div>
3137

3238
## Walkthrough (3 min)

0 commit comments

Comments
 (0)