Files
medusa-store/www/apps/book/app/learn/customization/page.mdx
Shahed Nasser 0a37675f0e docs: add routing page (#9550)
- Add a new homepage to `book` project for the routing page
- Move all main doc pages to be under `/v2/learn` (and added redirects + fixed links across docs)
- Other: add admin components to resources dropdown + fixes to search on mobile.

Closes DX-955

Preview: https://docs-v2-git-docs-router-page-medusajs.vercel.app/v2
2024-10-18 08:24:34 +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.