docs: category images guide (#13755)
* docs: category images guide * added openapi spec
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
export const nextjs = [
|
||||
{
|
||||
"title": "Megamenu and Category Banner",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images"
|
||||
},
|
||||
{
|
||||
"title": "First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
@@ -75,6 +75,10 @@ export const product = [
|
||||
"title": "Implement Custom Line Item Pricing in Medusa",
|
||||
"path": "https://docs.medusajs.com/resources/examples/guides/custom-item-price"
|
||||
},
|
||||
{
|
||||
"title": "Product Category Images",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images"
|
||||
},
|
||||
{
|
||||
"title": "Implement Pre-Order Products",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/preorder"
|
||||
|
||||
@@ -63,6 +63,10 @@ export const server = [
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "Product Category Images",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images"
|
||||
},
|
||||
{
|
||||
"title": "First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
@@ -31,6 +31,10 @@ export const tutorial = [
|
||||
"title": "Agentic Commerce",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/agentic-commerce"
|
||||
},
|
||||
{
|
||||
"title": "Product Category Images",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images"
|
||||
},
|
||||
{
|
||||
"title": "First-Purchase Discount",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/first-purchase-discounts"
|
||||
|
||||
Reference in New Issue
Block a user