15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Deployments`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
<Note title="Important">
|
|
|
|
As Medusa v2 is still in active development, it's highly recommended not to deploy it for production purposes.
|
|
|
|
</Note>
|
|
|
|
<ChildDocs /> |