- 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
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. |