docs: migrate magento to medusa guide (#11418)
* initial * initial draft * finished * small change to intro * make card description shorter * fix plugin name * updates * fixes * generate llms * updates
This commit is contained in:
+2470
-2054
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6072,5 +6072,6 @@ export const generatedEditDates = {
|
||||
"app/troubleshooting/workflow-errors/step-x-defined/page.mdx": "2025-03-21T07:09:02.741Z",
|
||||
"app/troubleshooting/workflow-errors/when-then/page.mdx": "2025-03-21T08:35:45.145Z",
|
||||
"app/how-to-tutorials/tutorials/abandoned-cart/page.mdx": "2025-03-27T17:39:52.123Z",
|
||||
"app/integrations/guides/algolia/page.mdx": "2025-03-27T18:00:49.330Z"
|
||||
"app/integrations/guides/algolia/page.mdx": "2025-03-27T18:00:49.330Z",
|
||||
"app/integrations/guides/magento/page.mdx": "2025-03-28T06:46:40.800Z"
|
||||
}
|
||||
@@ -827,6 +827,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/algolia/page.mdx",
|
||||
"pathname": "/integrations/guides/algolia"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/magento/page.mdx",
|
||||
"pathname": "/integrations/guides/magento"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/integrations/guides/resend/page.mdx",
|
||||
"pathname": "/integrations/guides/resend"
|
||||
|
||||
@@ -358,6 +358,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
||||
"description": "Learn how to use prices from external systems for products.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Magento Migration",
|
||||
"path": "/integrations/guides/magento",
|
||||
"description": "Learn how to migrate data from Magento to Medusa.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -106,6 +106,23 @@ const generatedgeneratedIntegrationsSidebarSidebar = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Migration",
|
||||
"initialOpen": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/integrations/guides/magento",
|
||||
"title": "Magento",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
|
||||
@@ -85,6 +85,12 @@ While tutorials show you a specific use case, they also help you understand how
|
||||
description:
|
||||
"Learn how to use prices from external systems for products.",
|
||||
},
|
||||
{
|
||||
type: "ref",
|
||||
title: "Magento Migration",
|
||||
path: "/integrations/guides/magento",
|
||||
description: "Learn how to migrate data from Magento to Medusa.",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Product Reviews",
|
||||
|
||||
@@ -73,6 +73,18 @@ export const integrationsSidebar = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Migration",
|
||||
initialOpen: true,
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/integrations/guides/magento",
|
||||
title: "Magento",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
title: "Notification",
|
||||
|
||||
Reference in New Issue
Block a user