Files
medusa-store/www/docs/content/upgrade-guides/index.mdx
Shahed Nasser 80b1bff8cb docs: update admin extension docs (#4778)
* docs: update admin extension docs

* eslint fixes

* fix broken links

* fix broken link

* added admin upgrade guide

* fix lint errors
2023-08-17 20:04:13 +03:00

29 lines
617 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')}
/>