Files
medusa-store/docs/content/deployments/storefront/index.mdx
Shahed Nasser 109afa45c1 docs: improve Deploy Admin to Netlify documentation (#1757)
* changes to deployment pages structure

* fix sidebar links

* added button to quickstart

* comment out button

* comment out button

* added note

* small fixes

* small fixes
2022-06-30 18:27:01 +03:00

8 lines
279 B
Plaintext

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
# Storefront Deployment Guides
Find in this page guides to deploy your storefront on different platforms.
<DocCardList items={useCurrentSidebarCategory().items}/>