docs: general improvements and updates (#13485)

* docs: general improvements and updates

* fix vale error
This commit is contained in:
Shahed Nasser
2025-09-15 12:30:59 +03:00
committed by GitHub
parent b35b1b41a4
commit e90dcedcd7
12 changed files with 164 additions and 103 deletions
@@ -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?