* 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
459 B
Plaintext
13 lines
459 B
Plaintext
---
|
|
hide_table_of_contents: true
|
|
description: 'Learn how to deploy your Medusa server to different hosting providers including DigitalOcean, Heroku, Railway, and more.'
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# Medusa Server Deployment Guides
|
|
|
|
Find in this page guides to deploy your Medusa server on different platforms.
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/> |