docs: added documentation pages for experimental features (#5671)
* docs: added documentation pages for experimental features * fix content lint issues * fixed lint errors * added migration step * added workflows introduction * add installation guides * added installation guides for modules + generated workflows reference * added missing workflows reference link * Added warning message for experimental features * fix note
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
displayed_sidebar: workflowsSidebar
|
||||
---
|
||||
|
||||
import ParameterTypes from "@site/src/components/ParameterTypes"
|
||||
|
||||
# Workflows API Reference
|
||||
|
||||
This section of the documentation provides a reference to the utility functions of the `@medusajs/workflows-sdk` package.
|
||||
|
||||
## Functions
|
||||
|
||||
- [createStep](functions/createStep.mdx)
|
||||
- [createWorkflow](functions/createWorkflow.mdx)
|
||||
- [parallelize](functions/parallelize.mdx)
|
||||
- [transform](functions/transform.mdx)
|
||||
Reference in New Issue
Block a user