* docs: update imports and package names across docs + reference configs * generate files * fix import * change preview to rc
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Medusa Workflows Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This section of the documentation provides a reference to the workflows created by Medusa. These workflows are used in the Store and Admin API routes.
|
|
|
|
You can use these workflows in your customizations as well. They're available in the `@medusajs/medusa/core-flows` package.
|
|
|
|
<ChildDocs childLevel={2} hideItems={["Overview", "Steps"]} />
|