docs: added custom item price guide (#11240)

* added examples sidebar

* added guide

* fixes

* add meta image

* update intro
This commit is contained in:
Shahed Nasser
2025-02-06 13:29:05 +02:00
committed by GitHub
parent a33aebd895
commit 0aa84fc371
11 changed files with 1093 additions and 26 deletions
+69 -1
View File
@@ -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": []
}
]
},