Skip to content

Commit 0f6e580

Browse files
committed
Added SendGrid to the integrations table in docs
1 parent 796f120 commit 0f6e580

File tree

2 files changed

+22
-43
lines changed

2 files changed

+22
-43
lines changed

docs/integrations/introduction.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ Navigate the menu or select Integrations from the table below.
3333
| API | Description | Webhooks | Tasks |
3434
| --------------------------------------- | ---------------------------------------------------------------- | -------- | ----- |
3535
| [GitHub](/integrations/apis/github) | Subscribe to webhooks and perform actions |||
36-
| [Supabase](/integrations/apis/supabase) | Interact with your projects and databases |||
3736
| [OpenAI](/integrations/apis/openai) | Generate text and images. Including longer than 30s prompts | N/A ||
3837
| [Plain](/integrations/apis/plain) | Perform customer support using Plain | 🕘 ||
3938
| [Resend](/integrations/apis/resend) | Send emails using Resend | 🕘 ||
39+
| [SendGrid](/integrations/apis/sendgrid) | Send emails using SendGrid | 🕘 ||
4040
| [Slack](/integrations/apis/slack) | Send Slack messages | 🕘 ||
41+
| [Supabase](/integrations/apis/supabase) | Interact with your projects and databases |||
4142
| [Typeform](/integrations/apis/typeform) | Interact with the Typeform API and get notified of new responses |||

docs/mint.json

Lines changed: 20 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@
6363
"documentation/introduction",
6464
{
6565
"group": "Quick Starts",
66-
"pages": [
67-
"documentation/quickstarts/nextjs",
68-
"documentation/quickstarts/supabase"
69-
]
66+
"pages": ["documentation/quickstarts/nextjs", "documentation/quickstarts/supabase"]
7067
},
7168
"documentation/guides/create-a-job",
7269
"documentation/guides/video-walkthrough"
@@ -170,10 +167,7 @@
170167
},
171168
{
172169
"group": "Overview",
173-
"pages": [
174-
"integrations/introduction",
175-
"integrations/create"
176-
]
170+
"pages": ["integrations/introduction", "integrations/create"]
177171
},
178172
{
179173
"group": "Integrations",
@@ -186,40 +180,33 @@
186180
"integrations/apis/github-tasks"
187181
]
188182
},
189-
{
190-
"group": "Supabase",
191-
"pages": [
192-
"integrations/apis/supabase/introduction",
193-
"integrations/apis/supabase/management",
194-
"integrations/apis/supabase/client"
195-
]
196-
},
183+
197184
{
198185
"group": "OpenAI",
199-
"pages": [
200-
"integrations/apis/openai"
201-
]
186+
"pages": ["integrations/apis/openai"]
202187
},
203188
"integrations/apis/plain",
204189
{
205190
"group": "Resend",
206-
"pages": [
207-
"integrations/apis/resend"
208-
]
191+
"pages": ["integrations/apis/resend"]
192+
},
193+
{
194+
"group": "SendGrid",
195+
"pages": ["integrations/apis/sendgrid"]
209196
},
210197
{
211198
"group": "Slack",
212-
"pages": [
213-
"integrations/apis/slack"
214-
]
199+
"pages": ["integrations/apis/slack"]
215200
},
216-
"integrations/apis/typeform",
217201
{
218-
"group": "Sendgrid",
202+
"group": "Supabase",
219203
"pages": [
220-
"integrations/apis/sendgrid"
204+
"integrations/apis/supabase/introduction",
205+
"integrations/apis/supabase/management",
206+
"integrations/apis/supabase/client"
221207
]
222-
}
208+
},
209+
"integrations/apis/typeform"
223210
]
224211
},
225212
{
@@ -271,10 +258,7 @@
271258
"sdk/dynamictrigger/constructor",
272259
{
273260
"group": "Instance methods",
274-
"pages": [
275-
"sdk/dynamictrigger/register",
276-
"sdk/dynamictrigger/unregister"
277-
]
261+
"pages": ["sdk/dynamictrigger/register", "sdk/dynamictrigger/unregister"]
278262
}
279263
]
280264
},
@@ -285,10 +269,7 @@
285269
"sdk/dynamicschedule/constructor",
286270
{
287271
"group": "Instance methods",
288-
"pages": [
289-
"sdk/dynamicschedule/register",
290-
"sdk/dynamicschedule/unregister"
291-
]
272+
"pages": ["sdk/dynamicschedule/register", "sdk/dynamicschedule/unregister"]
292273
}
293274
]
294275
},
@@ -309,10 +290,7 @@
309290
},
310291
{
311292
"group": "Overview",
312-
"pages": [
313-
"examples/introduction",
314-
"examples/examples-repository"
315-
]
293+
"pages": ["examples/introduction", "examples/examples-repository"]
316294
}
317295
],
318296
"footerSocials": {
@@ -325,4 +303,4 @@
325303
"apiKey": "phc_hwYmedO564b3Ik8nhA4Csrb5SueY0EwFJWCbseGwWW"
326304
}
327305
}
328-
}
306+
}

0 commit comments

Comments
 (0)