- 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
18 lines
598 B
Plaintext
18 lines
598 B
Plaintext
---
|
|
hide_table_of_contents: true
|
|
description: 'Learn how to deploy the Medusa Admin to different hosting providers to be used with a deployed Medusa backend.'
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
# Medusa Admin Deployment Guides
|
|
|
|
Find in this page guides to deploy your Medusa Admin on different platforms.
|
|
|
|
:::note
|
|
|
|
These guides are for deploying the admin separately from the backend. If you want to deploy them together, you can refer to the [deployment guides of the backend](../server/index.mdx). Learn more [here](../index.mdx#deploying-the-medusa-admin).
|
|
|
|
:::
|
|
|
|
<DocCardList /> |