Skip to content

Commit 490695a

Browse files
authored
docs: added malchimp integration guide (medusajs#12807)
* docs: added malchimp integration guide * add edit date
1 parent ffdec55 commit 490695a

File tree

9 files changed

+2683
-2
lines changed

9 files changed

+2683
-2
lines changed

www/apps/book/public/llms-full.txt

Lines changed: 1269 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/resources/app/integrations/guides/mailchimp/page.mdx

Lines changed: 1370 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/resources/app/integrations/page.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ A Notification Module Provider sends messages to users and customers in your Med
208208
href: "/infrastructure-modules/notification/sendgrid",
209209
title: "SendGrid"
210210
},
211+
{
212+
href: "/integrations/guides/mailchimp",
213+
title: "Mailchimp",
214+
badge: {
215+
variant: "blue",
216+
children: "Tutorial"
217+
}
218+
},
211219
{
212220
href: "/integrations/guides/resend",
213221
title: "Resend",

www/apps/resources/generated/edit-dates.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6483,7 +6483,7 @@ export const generatedEditDates = {
64836483
"references/types/interfaces/types.WebhookActionResult/page.mdx": "2025-05-20T07:51:41.086Z",
64846484
"references/types/interfaces/types.WebhookActionData/page.mdx": "2025-05-20T07:51:41.086Z",
64856485
"app/commerce-modules/tax/tax-provider/page.mdx": "2025-05-20T07:51:40.711Z",
6486-
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-05-20T07:51:40.718Z",
6486+
"app/recipes/bundled-products/examples/standard/page.mdx": "2025-06-23T15:54:25.807Z",
64876487
"app/recipes/bundled-products/page.mdx": "2025-05-20T07:51:40.718Z",
64886488
"app/infrastructure-modules/analytics/local/page.mdx": "2025-05-29T07:08:55.749Z",
64896489
"app/infrastructure-modules/analytics/page.mdx": "2025-05-26T14:48:25.803Z",
@@ -6546,5 +6546,6 @@ export const generatedEditDates = {
65466546
"references/utils/types/utils.NormalizedRow/page.mdx": "2025-06-05T19:05:53.365Z",
65476547
"references/utils/utils.Payment/page.mdx": "2025-06-05T19:05:53.489Z",
65486548
"app/integrations/guides/slack/page.mdx": "2025-06-03T09:37:42.528Z",
6549-
"app/integrations/guides/sentry/page.mdx": "2025-06-16T10:11:29.955Z"
6549+
"app/integrations/guides/sentry/page.mdx": "2025-06-16T10:11:29.955Z",
6550+
"app/integrations/guides/mailchimp/page.mdx": "2025-06-24T08:08:35.034Z"
65506551
}

www/apps/resources/generated/files-map.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,10 @@ export const filesMap = [
875875
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
876876
"pathname": "/integrations/guides/magento"
877877
},
878+
{
879+
"filePath": "/www/apps/resources/app/integrations/guides/mailchimp/page.mdx",
880+
"pathname": "/integrations/guides/mailchimp"
881+
},
878882
{
879883
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
880884
"pathname": "/integrations/guides/resend"

www/apps/resources/generated/generated-how-to-tutorials-sidebar.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
463463
"description": "Learn how to migrate data from Magento to Medusa.",
464464
"children": []
465465
},
466+
{
467+
"loaded": true,
468+
"isPathHref": true,
469+
"type": "ref",
470+
"title": "Newsletter with Mailchimp",
471+
"path": "/integrations/guides/mailchimp",
472+
"description": "Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
473+
"children": []
474+
},
466475
{
467476
"loaded": true,
468477
"isPathHref": true,

www/apps/resources/generated/generated-integrations-sidebar.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
180180
"title": "Notification",
181181
"initialOpen": true,
182182
"children": [
183+
{
184+
"loaded": true,
185+
"isPathHref": true,
186+
"type": "link",
187+
"path": "/integrations/guides/mailchimp",
188+
"title": "Mailchimp",
189+
"children": []
190+
},
183191
{
184192
"loaded": true,
185193
"isPathHref": true,

www/apps/resources/sidebars/how-to-tutorials.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ While tutorials show you a specific use case, they also help you understand how
120120
path: "/integrations/guides/magento",
121121
description: "Learn how to migrate data from Magento to Medusa.",
122122
},
123+
{
124+
type: "ref",
125+
title: "Newsletter with Mailchimp",
126+
path: "/integrations/guides/mailchimp",
127+
description:
128+
"Learn how to integrate Mailchimp with Medusa to manage and automate newsletters.",
129+
},
123130
{
124131
type: "link",
125132
title: "Phone Authentication",

www/apps/resources/sidebars/integrations.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ export const integrationsSidebar = [
124124
title: "Notification",
125125
initialOpen: true,
126126
children: [
127+
{
128+
type: "link",
129+
path: "/integrations/guides/mailchimp",
130+
title: "Mailchimp",
131+
},
127132
{
128133
type: "link",
129134
path: "/integrations/guides/resend",

0 commit comments

Comments
 (0)