Files
medusa-store/docs/content/upgrade-guides/index.mdx
2023-04-03 13:50:59 +02:00

29 lines
614 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/getFirstCategoryItem';
# Upgrade Guides
Find in this page the upgrade guides that require necessary steps when upgrading to a new version.
## Backend
<DocCard
item={getFirstCategoryItem('Backend')}
/>
## Medusa React
<DocCard
item={getFirstCategoryItem('Medusa React')}
/>
## Admin Dashboard
<DocCard
item={getFirstCategoryItem('Admin Dashboard')}
/>