Files
medusa-store/www/apps/book/app/customization/page.mdx
Shahed Nasser 0c3e3ea88a docs: customization chapter exploration (#9078)
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
2024-09-18 08:45:29 +00:00

14 lines
521 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} Custom Development`,
}
# {metadata.title}
In the next chapters, youll 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.