- 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
27 lines
837 B
Plaintext
27 lines
837 B
Plaintext
export const metadata = {
|
||
title: `${pageNumber} Admin Development`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In the next chapters, you'll learn more about possible admin customizations.
|
||
|
||
You can customize the admin dashboard by:
|
||
|
||
- Adding new sections to existing pages using Widgets.
|
||
- Adding new pages using UI Routes.
|
||
|
||
---
|
||
|
||
## Medusa UI Package
|
||
|
||
Medusa provides a Medusa UI package to facilitate your admin development through ready-made components and ensure a consistent design between your customizations and the dashboard’s design.
|
||
|
||
Refer to the [Medusa UI documentation](https://docs.medusajs.com/ui) to learn how to install it and use its components.
|
||
|
||
---
|
||
|
||
## Admin Components List
|
||
|
||
To build admin customizations that match the Medusa Admin's designs and layouts, refer to [this guide](!resources!/admin-component) to find common components.
|