28 lines
801 B
Plaintext
28 lines
801 B
Plaintext
export const metadata = {
|
||
title: `${pageNumber} Admin Development`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
<Note type="soon">
|
||
|
||
Admin customizations are coming soon.
|
||
|
||
</Note>
|
||
|
||
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.
|
||
- Adding new pages to the Settings section of the admin dashboard using Setting Pages.
|
||
|
||
---
|
||
|
||
## 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.
|