Files
medusa-store/www/apps/resources/app/medusa-workflows-reference/page.mdx
Shahed Nasser 559a6d70d9 docs: remove steps from workflows reference overview (#8595)
* docs: remove steps from workflows reference overview

* fix styling of typelist element

* fix categories with no items showing
2024-08-16 12:37:13 +03:00

14 lines
458 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/core-flows` package.
<ChildDocs childLevel={2} hideItems={["Overview", "Steps"]} />