* changes to deployment pages structure * fix sidebar links * added button to quickstart * comment out button * comment out button * added note * small fixes * small fixes
8 lines
283 B
Plaintext
8 lines
283 B
Plaintext
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}/> |