docs: added customize import strategy doc (#2253)

* docs: added customize import strategy doc

* fixes based on feedback
This commit is contained in:
Shahed Nasser
2022-09-26 18:17:25 +03:00
committed by GitHub
parent f32804a43c
commit 8b125ba334
4 changed files with 157 additions and 31 deletions
+34 -30
View File
@@ -186,6 +186,38 @@ module.exports = {
type: "category",
label: "How-to Guides",
items: [
{
type: "category",
label: "Storefront",
items: [
{
type: "doc",
id: "guides/carts-in-medusa",
label: "Implement Cart"
},
{
type: "doc",
id: "advanced/storefront/how-to-implement-checkout-flow",
label: "Implement Checkout"
},
]
},
{
type: "category",
label: "Admin",
items: [
{
type: "doc",
id: "advanced/admin/import-products",
label: "Import Products"
},
{
type: "doc",
id: "advanced/backend/taxes/manual-calculation",
label: "Calculate Taxes Manually"
},
]
},
{
type: "doc",
id: "advanced/backend/endpoints/add-storefront",
@@ -252,36 +284,8 @@ module.exports = {
label: "Create Batch Job Strategy"
},
{
type: "category",
label: "Storefront",
items: [
{
type: "doc",
id: "guides/carts-in-medusa",
label: "Implement Cart"
},
{
type: "doc",
id: "advanced/storefront/how-to-implement-checkout-flow",
label: "Implement Checkout"
},
]
},
{
type: "category",
label: "Admin",
items: [
{
type: "doc",
id: "advanced/admin/import-products",
label: "Import Products"
},
{
type: "doc",
id: "advanced/backend/taxes/manual-calculation",
label: "Calculate Taxes Manually"
},
]
type: "doc",
id: "advanced/backend/batch-jobs/customize-import",
},
]
},