* docs: editing and general fixes of medusa's learning resources * fix build script * update ui dependency * fix build * adjust next.js steps
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Plugins`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This section includes documentation for official Medusa plugins. You can find community plugins in the [Plugins Library](https://medusajs.com/plugins/)
|
|
|
|
<ChildDocs /> |