docs: add workflow and js sdk reference pages for commerce modules (#10898)
* docs: add workflow and js sdk reference pages for commerce modules * resolve build errors
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { ChildDocs } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Auth Workflows`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
[Workflows](!docs!/learn/fundamentals/workflows) are a series of queries and actions, called steps, that complete a task. By using workflows, you benefit from features like data consistency and a reliable roll-back mechanism.
|
||||
|
||||
When building your customizations, it's highly recommended to re-use Medusa's existing workflows and steps where possible. The following workflows and steps allow you to use authentication-related features in your Medusa application. They are provided by the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
The following links will take you to the reference documentation for [Medusa's Core Workflows](/medusa-workflows-reference).
|
||||
|
||||
<ChildDocs type="item" defaultItemsPerRow={2} />
|
||||
Reference in New Issue
Block a user