* docs: editing and general fixes of medusa's learning resources * fix build script * update ui dependency * fix build * adjust next.js steps
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Troubleshooting Guides`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
<Note type="soon">
|
|
|
|
The following troubleshooting guides were created for Medusa v1 and might not be useful for Medusa v2.
|
|
|
|
</Note>
|
|
|
|
<ChildDocs /> |