* docs: added description to documentation pages * docs: added more descriptions * docs: finished improving meta description * docs: added searchbox structured data * docs: added breadcrumbs structured data * docs: added how to structured data * docs: improved 404 page * docs: added how-to frontmatter option
13 lines
446 B
Plaintext
13 lines
446 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 server.'
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# Medusa Admin Deployment Guides
|
|
|
|
Find in this page guides to deploy your Medusa Admin on different platforms.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/> |