docs: category images guide (#13755)

* docs: category images guide

* added openapi spec
This commit is contained in:
Shahed Nasser
2025-10-30 12:59:19 +02:00
committed by GitHub
parent 6d7ba778f5
commit bbfe39607a
12 changed files with 6124 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"