Skip to content

Commit d0731de

Browse files
jordanhunt22Convex, Inc.
authored andcommitted
[Components] Remove list of components (#43529)
We already link to the directory, so we don't need to list out all of the components. In the future, we will include components in relevant parts of the docs. GitOrigin-RevId: 0df3007b22b2ff8402fd2533355a1a99517434e1
1 parent f582fe5 commit d0731de

File tree

1 file changed

+0
-119
lines changed

1 file changed

+0
-119
lines changed

npm-packages/docs/docs/components.mdx

Lines changed: 0 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Self contained building blocks of your app"
44
pagination_prev: search
55
---
66

7-
import { ComponentCardList } from "@site/src/ComponentCardList.tsx";
87
import { LargeCardList } from "@site/src/QuickstartsList.tsx";
98

109
<span className="convex-hero">
@@ -50,121 +49,3 @@ Check out the full directory of components on the
5049
},
5150
]}
5251
/>
53-
54-
## Durable Functions
55-
56-
<ComponentCardList
57-
items={[
58-
{
59-
type: "link",
60-
href: "https://www.convex.dev/components/workflow",
61-
label: "Workflow",
62-
description: "Async code flow as durable functions.",
63-
},
64-
{
65-
type: "link",
66-
href: "https://www.convex.dev/components/workpool",
67-
label: "Workpool",
68-
description: "Async durable function queue.",
69-
},
70-
{
71-
type: "link",
72-
href: "https://www.convex.dev/components/crons",
73-
label: "Crons",
74-
description: "Dynamic runtime cron management",
75-
},
76-
]}
77-
/>
78-
79-
## Database
80-
81-
<ComponentCardList
82-
items={[
83-
{
84-
type: "link",
85-
href: "https://www.convex.dev/components/sharded-counter",
86-
label: "Sharded Counter",
87-
description: "High-throughput counter operations",
88-
},
89-
{
90-
type: "link",
91-
href: "https://www.convex.dev/components/migrations",
92-
label: "Migrations",
93-
description: "Define and run migrations",
94-
},
95-
{
96-
type: "link",
97-
href: "https://www.convex.dev/components/aggregate",
98-
label: "Aggregate",
99-
description: "Efficient sums and counts",
100-
},
101-
]}
102-
/>
103-
104-
## Integrations
105-
106-
<ComponentCardList
107-
items={[
108-
{
109-
type: "link",
110-
href: "https://www.convex.dev/components/cloudflare-r2",
111-
label: "Cloudflare R2",
112-
description: "Store and serve files",
113-
},
114-
{
115-
type: "link",
116-
href: "https://www.convex.dev/components/prosemirror-sync",
117-
label: "Collaborative Text Editor Sync",
118-
description: "Real-time collaborative text editing",
119-
},
120-
{
121-
type: "link",
122-
href: "https://www.convex.dev/components/push-notifications",
123-
label: "Expo Push Notifications",
124-
description: "Send mobile push notifications",
125-
},
126-
{
127-
type: "link",
128-
href: "https://www.convex.dev/components/twilio",
129-
label: "Twilio SMS",
130-
description: "Send and receive SMS messages",
131-
},
132-
{
133-
type: "link",
134-
href: "https://www.convex.dev/components/launchdarkly",
135-
label: "LaunchDarkly Feature Flags",
136-
description: "Sync feature flags with backend",
137-
},
138-
{
139-
type: "link",
140-
href: "https://www.convex.dev/components/polar",
141-
label: "Polar",
142-
description: "Add subscriptions and billing",
143-
},
144-
]}
145-
/>
146-
147-
## Backend
148-
149-
<ComponentCardList
150-
items={[
151-
{
152-
type: "link",
153-
href: "https://www.convex.dev/components/agent",
154-
label: "AI Agent",
155-
description: "Define agents with tools and memory",
156-
},
157-
{
158-
type: "link",
159-
href: "https://www.convex.dev/components/rate-limiter",
160-
label: "Rate Limiter",
161-
description: "Control resource usage rates",
162-
},
163-
{
164-
type: "link",
165-
href: "https://www.convex.dev/components/action-cache",
166-
label: "Action Cache",
167-
description: "Cache expensive external calls",
168-
},
169-
]}
170-
/>

0 commit comments

Comments
 (0)