docs: added saved payment methods with Stripe tutorial (#12257)
* docs: added saved payment methods with Stripe tutorial * fix vale error + lint * generate
This commit is contained in:
@@ -346,6 +346,7 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Tutorials",
|
||||
"sort_sidebar": "alphabetize",
|
||||
"description": "Tutorials are step-by-step guides that take you through implementing a specific use case in Medusa. You can follow these guides whether you're a beginner or an experienced Medusa developer.\n\nWhile tutorials show you a specific use case, they also help you understand how to implement similar use cases in your own projects. Also, you can implement the use case in a tutorial differently to fit your business requirements.",
|
||||
"children": [
|
||||
{
|
||||
@@ -375,60 +376,6 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
||||
"description": "Learn how to use prices from external systems for products.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Loyalty Points System",
|
||||
"path": "/how-to-tutorials/tutorials/loyalty-points",
|
||||
"description": "Learn how to implement a loyalty points system in your Medusa store.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Localization with Contentful",
|
||||
"path": "/integrations/guides/contentful",
|
||||
"description": "Learn how to implement localization in Medusa by integrating Contentful.",
|
||||
"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,
|
||||
"type": "link",
|
||||
"title": "Product Reviews",
|
||||
"path": "/how-to-tutorials/tutorials/product-reviews",
|
||||
"description": "Learn how to implement product reviews in your Medusa store.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Quote Management",
|
||||
"path": "/examples/guides/quote-management",
|
||||
"description": "Learn how to implement quote management, useful for B2B use cases.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Wishlist Plugin",
|
||||
"path": "/plugins/guides/wishlist",
|
||||
"description": "Learn how to build a plugin for wishlist functionalities.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -471,6 +418,69 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Localization with Contentful",
|
||||
"path": "/integrations/guides/contentful",
|
||||
"description": "Learn how to implement localization in Medusa by integrating Contentful.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Loyalty Points System",
|
||||
"path": "/how-to-tutorials/tutorials/loyalty-points",
|
||||
"description": "Learn how to implement a loyalty points system in your Medusa store.",
|
||||
"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,
|
||||
"type": "link",
|
||||
"title": "Product Reviews",
|
||||
"path": "/how-to-tutorials/tutorials/product-reviews",
|
||||
"description": "Learn how to implement product reviews in your Medusa store.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Quote Management",
|
||||
"path": "/examples/guides/quote-management",
|
||||
"description": "Learn how to implement quote management, useful for B2B use cases.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Saved Payment Methods",
|
||||
"path": "/how-to-tutorials/tutorials/saved-payment-methods",
|
||||
"description": "Learn how to implement saved payment methods in your Medusa store.",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Wishlist Plugin",
|
||||
"path": "/plugins/guides/wishlist",
|
||||
"description": "Learn how to build a plugin for wishlist functionalities.",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user