Skip to content

Commit 435c4d2

Browse files
ianmacartneyConvex, Inc.
authored andcommitted
Update
GitOrigin-RevId: e583aacfa7be5b259be9a6a69d107e534b1e3617
1 parent 7a79e2f commit 435c4d2

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

npm-packages/docs/docs/components.mdx

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ full directory on the [Convex website](https://convex.dev/components).
3939

4040
<ComponentCardList
4141
items={[
42+
{
43+
type: "link",
44+
href: "https://www.convex.dev/components/workflow",
45+
label: "Workflow",
46+
description: "Async code flow as durable functions.",
47+
},
4248
{
4349
type: "link",
4450
href: "https://www.convex.dev/components/workpool",
4551
label: "Workpool",
46-
description: "Async work queues",
52+
description: "Async durable function queue.",
4753
},
4854
{
4955
type: "link",
5056
href: "https://www.convex.dev/components/crons",
5157
label: "Crons",
52-
description: "Schedule crons at runtime",
53-
},
54-
{
55-
type: "link",
56-
href: "https://www.convex.dev/components/workflow",
57-
label: "Workflow (Beta)",
58-
description: "Manage long-running code flows",
58+
description: "Dynamic runtime cron management",
5959
},
6060
{
6161
type: "link",
@@ -80,7 +80,7 @@ full directory on the [Convex website](https://convex.dev/components).
8080
type: "link",
8181
href: "https://www.convex.dev/components/migrations",
8282
label: "Migrations",
83-
description: "Manage live data migrations",
83+
description: "Define and run migrations",
8484
},
8585
{
8686
type: "link",
@@ -92,7 +92,7 @@ full directory on the [Convex website](https://convex.dev/components).
9292
type: "link",
9393
href: "https://www.convex.dev/components/geospatial",
9494
label: "Geospatial (Beta)",
95-
description: "Query points on a map",
95+
description: "Store and search locations",
9696
},
9797
]}
9898
/>
@@ -131,13 +131,25 @@ full directory on the [Convex website](https://convex.dev/components).
131131
label: "LaunchDarkly Feature Flags",
132132
description: "Sync feature flags with backend",
133133
},
134+
{
135+
type: "link",
136+
href: "https://www.convex.dev/components/polar",
137+
label: "Polar",
138+
description: "Add subscriptions and billing",
139+
},
134140
]}
135141
/>
136142

137143
## Backend
138144

139145
<ComponentCardList
140146
items={[
147+
{
148+
type: "link",
149+
href: "https://www.convex.dev/components/persistent-text-streaming",
150+
label: "AI Agent",
151+
description: "Define agents with tools and memory",
152+
},
141153
{
142154
type: "link",
143155
href: "https://www.convex.dev/components/persistent-text-streaming",

0 commit comments

Comments
 (0)