Adds a new customizations chapter with realistic example while maintaining the linear learning journey. Preview: https://docs-v2-git-docs-customizations-chapter-medusajs.vercel.app/v2/customization
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
export const metadata = {
|
||
title: `${pageNumber} Custom Development`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In the next chapters, you’ll customize Medusa using the concepts you learned.
|
||
|
||
You'll follow an example of building a Brands Module that leads you through:
|
||
|
||
1. The main concepts you need to build custom features.
|
||
2. How to extend data models that are in the Commerce Modules.
|
||
3. How to use your custom features in pages and widgets in the admin dashboard.
|
||
4. How to integrate third-party systems into your Medusa application. |