You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/geistdocs.tsx
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,16 @@ export const nav = [
20
20
href: "/docs",
21
21
},
22
22
{
23
-
label: "Playground",
24
-
href: "/playground",
23
+
label: "Features",
24
+
href: "/docs/animation",
25
+
},
26
+
{
27
+
label: "Plugins",
28
+
href: "/docs/plugins",
25
29
},
26
30
{
27
-
label: "AI Elements",
28
-
href: "https://ai-sdk.dev/elements",
31
+
label: "Playground",
32
+
href: "/playground",
29
33
},
30
34
];
31
35
@@ -39,7 +43,7 @@ export const suggestions = [
39
43
exportconsttitle="Streamdown Documentation";
40
44
41
45
exportconstprompt=
42
-
"You are a helpful assistant specializing in answering questions about Streamdown, a drop-in replacement for react-markdown, designed for AI-powered streaming.";
46
+
"You are a helpful assistant specializing in answering questions about Streamdown - a markdown renderer designed for streaming content from AI models that is highly interactive, customizable, and easy to use.";
0 commit comments