docs: added custom item price guide (#11240)
* added examples sidebar * added guide * fixes * add meta image * update intro
This commit is contained in:
@@ -13,7 +13,59 @@ export const generatedSidebar = [
|
||||
"type": "link",
|
||||
"path": "/examples",
|
||||
"title": "Examples",
|
||||
"children": []
|
||||
"isChildSidebar": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/examples",
|
||||
"title": "Example Snippets",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/recipes",
|
||||
"title": "Recipes",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/plugins",
|
||||
"title": "Plugins",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/integrations",
|
||||
"title": "Integrations",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Server Examples",
|
||||
"autogenerate_tags": "example+server",
|
||||
"autogenerate_as_ref": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Custom Item Price",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -1153,6 +1205,14 @@ export const generatedSidebar = [
|
||||
"path": "/commerce-modules/cart/extend",
|
||||
"title": "Extend Module",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Implement Custom Line Item Pricing in Medusa",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9384,6 +9444,14 @@ export const generatedSidebar = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "/commerce-modules/product/guides/price-with-taxes",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Implement Custom Line Item Pricing in Medusa",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user