- Add a new deployment overview page giving a general overview of how a Medusa project is deployed - Add a new section in all backend deployment guides related to the Medusa admin. - Add a general deployment guide for the medusa admin. - Add a general deployment guide for the Next.js starter
44 lines
788 B
Plaintext
44 lines
788 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({
|
|
categoryLabel: 'Backend'
|
|
})}
|
|
/>
|
|
|
|
## Admin Dashboard
|
|
|
|
<DocCard
|
|
item={getFirstCategoryItem({
|
|
categoryLabel: 'Admin Dashboard'
|
|
})}
|
|
/>
|
|
|
|
## Medusa React
|
|
|
|
<DocCard
|
|
item={getFirstCategoryItem({
|
|
categoryLabel: 'Medusa React'
|
|
})}
|
|
/>
|
|
|
|
## Medusa UI
|
|
|
|
<DocCard
|
|
item={getFirstCategoryItem({
|
|
categoryLabel: 'Medusa UI'
|
|
})}
|
|
/>
|