docs: added new recipes (#4964)

* docs: added new recipes

* added oms recipe

* address PR feedback
This commit is contained in:
Shahed Nasser
2023-09-11 11:31:57 +03:00
committed by GitHub
parent 5c9f8c7111
commit d971d5cf91
12 changed files with 2891 additions and 69 deletions
+70
View File
@@ -51,21 +51,81 @@ module.exports = {
type: "doc",
id: "recipes/marketplace",
label: "Marketplace",
customProps: {
iconName: "building-storefront",
},
},
{
type: "doc",
id: "recipes/subscriptions",
label: "Subscriptions",
customProps: {
iconName: "credit-card-solid",
},
},
{
type: "doc",
id: "recipes/commerce-automation",
label: "Commerce Automation",
customProps: {
iconName: "clock-solid-mini",
},
},
{
type: "doc",
id: "recipes/oms",
label: "Order Management System",
customProps: {
iconName: "check-circle-solid",
},
},
{
type: "doc",
id: "recipes/pos",
label: "POS",
customProps: {
iconName: "computer-desktop-solid",
},
},
{
type: "doc",
id: "recipes/digital-products",
label: "Digital Products",
customProps: {
iconName: "photo-solid",
},
},
{
type: "doc",
id: "recipes/personalized-products",
label: "Personalized Products",
customProps: {
iconName: "swatch-solid",
},
},
{
type: "doc",
id: "recipes/b2b",
label: "B2B / Wholesale",
customProps: {
iconName: "building-solid",
},
},
{
type: "doc",
id: "recipes/multi-region",
label: "Multi-Region Store",
customProps: {
iconName: "globe-europe-solid",
},
},
{
type: "doc",
id: "recipes/omnichannel",
label: "Omnichannel Store",
customProps: {
iconName: "channels-solid",
},
},
],
},
@@ -2408,6 +2468,16 @@ module.exports = {
"Learn how to integrate ipstack to access the user's region.",
},
},
{
type: "doc",
id: "plugins/other/restock-notifications",
label: "Restock Notifications",
customProps: {
iconName: "bolt-solid",
description:
"Learn how to integrate restock notifications with the Medusa backend.",
},
},
{
type: "doc",
id: "plugins/other/discount-generator",