docs: general improvements and updates (#13485)
* docs: general improvements and updates * fix vale error
This commit is contained in:
@@ -14,6 +14,8 @@ The Medusa Admin dashboard is customizable, allowing you to add new pages, calle
|
||||
|
||||
For example, you can add a new page to show and manage product reviews, which aren't available natively in Medusa.
|
||||
|
||||
You can create a UI route directly in your Medusa application, or in a [plugin](../../plugins/page.mdx) if you want to share the UI route across multiple Medusa applications.
|
||||
|
||||
---
|
||||
|
||||
## How to Create a UI Route?
|
||||
|
||||
@@ -14,6 +14,8 @@ The Medusa Admin's pages are customizable for inserting widgets of custom conten
|
||||
|
||||
You create these widgets as React components that render the content and functionality of the widget.
|
||||
|
||||
You can create an admin widget directly in your Medusa application, or in a [plugin](../../plugins/page.mdx) if you want to share the widget across multiple Medusa applications.
|
||||
|
||||
---
|
||||
|
||||
## How to Create a Widget?
|
||||
|
||||
Reference in New Issue
Block a user