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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -6618,6 +6618,7 @@ export const generatedEditDates = {
"app/data-model-repository-reference/methods/upsertWithReplace/page.mdx": "2025-10-28T16:02:30.479Z",
"app/how-to-tutorials/tutorials/agentic-commerce/page.mdx": "2025-10-09T11:25:48.831Z",
"app/storefront-development/production-optimizations/page.mdx": "2025-10-03T13:28:37.909Z",
"app/how-to-tutorials/tutorials/category-images/page.mdx": "2025-10-15T08:57:05.566Z",
"app/infrastructure-modules/caching/page.mdx": "2025-10-13T11:46:36.452Z",
"app/troubleshooting/subscribers/not-working/page.mdx": "2025-10-16T09:25:57.376Z",
"references/js_sdk/admin/RefundReason/methods/js_sdk.admin.RefundReason.create/page.mdx": "2025-10-21T08:10:56.630Z",

View File

@@ -759,6 +759,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/agentic-commerce/page.mdx",
"pathname": "/how-to-tutorials/tutorials/agentic-commerce"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/category-images/page.mdx",
"pathname": "/how-to-tutorials/tutorials/category-images"
},
{
"filePath": "/www/apps/resources/app/how-to-tutorials/tutorials/first-purchase-discounts/page.mdx",
"pathname": "/how-to-tutorials/tutorials/first-purchase-discounts"

View File

@@ -11857,6 +11857,14 @@ const generatedgeneratedCommerceModulesSidebarSidebar = {
"title": "Localization with Contentful",
"path": "https://docs.medusajs.com/resources/integrations/guides/contentful",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Product Category Images",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images",
"children": []
}
]
},

View File

@@ -415,6 +415,15 @@ const generatedgeneratedHowToTutorialsSidebarSidebar = {
"description": "Learn how to add a gift option and message to items in the cart.",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Add Product Category Images",
"path": "/how-to-tutorials/tutorials/category-images",
"description": "Learn how to add images to product categories in Medusa.",
"children": []
},
{
"loaded": true,
"isPathHref": true,

View File

@@ -861,6 +861,14 @@ const generatedgeneratedToolsSidebarSidebar = {
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-builder",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "ref",
"title": "Megamenu and Category Banner",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/category-images",
"children": []
},
{
"loaded": true,
"isPathHref": true,

View File

@@ -79,6 +79,12 @@ While tutorials show you a specific use case, they also help you understand how
description:
"Learn how to add a gift option and message to items in the cart.",
},
{
type: "link",
title: "Add Product Category Images",
path: "/how-to-tutorials/tutorials/category-images",
description: "Learn how to add images to product categories in Medusa.",
},
{
type: "link",
title: "Agentic Commerce",

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"