Files
medusa-store/www/apps/docs/content/upgrade-guides/index.mdx
Kasper Fabricius Kristensen 4e3f3b54cb docs(ui,docs): Add documentation for Medusa UI 2.0.0 (#5227)
* add docs for medusa ui 2.0.0

* fix: copy as child example

* fix: dropdown menu example

* add accordion examples

* fix lint issues

* fix apos in progress tabs demo

* resolve comments

* add icon

* bump z-index on modals to prevent clashing with navbar

* add sidebar item and card

* undo modal z index changes

* add links to updated and new components

* update version

* rm inline code formatting on links

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-09-27 18:56:25 +03:00

36 lines
688 B
Plaintext

---
hide_table_of_contents: true
description: 'Upgrade guides on how to update the Medusa backend along with other Medusa components to the latest version.'
---
import DocCard from '@theme/DocCard';
import getFirstCategoryItem from '@site/src/utils/get-first-category-item';
# Upgrade Guides
Find in this page the upgrade guides that require necessary steps when upgrading to a new version.
## Backend
<DocCard
item={getFirstCategoryItem('Backend')}
/>
## Admin Dashboard
<DocCard
item={getFirstCategoryItem('Admin Dashboard')}
/>
## Medusa React
<DocCard
item={getFirstCategoryItem('Medusa React')}
/>
## Medusa UI
<DocCard
item={getFirstCategoryItem('Medusa UI')}
/>