Files
medusa-store/www/apps/resources/app/medusa-workflows-reference/page.mdx
Shahed Nasser 2e16949979 docs: update imports and package names across docs (#9375)
* docs: update imports and package names across docs
+ reference configs

* generate files

* fix import

* change preview to rc
2024-10-01 11:03:42 +02:00

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"]} />