* docs: editing and general fixes of medusa's learning resources * fix build script * update ui dependency * fix build * adjust next.js steps
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Deployments`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
<Note type="soon">
|
|
|
|
Deployment guides are coming soon for Medusa v2. The following guides are based on Medusa v1.
|
|
|
|
</Note>
|
|
|
|
<ChildDocs /> |