docs: add search to workflows reference (#11054)
* docs: add search to workflows reference * fix error
This commit is contained in:
@@ -20,4 +20,8 @@ Through this reference, you'll learn about the available workflows and steps in
|
||||
|
||||
All workflows and steps in this reference are exported by the `@medusajs/medusa/core-flows` package.
|
||||
|
||||
<ChildDocs childLevel={2} hideItems={["Overview", "Steps"]} defaultItemsPerRow={2} />
|
||||
<ChildDocs childLevel={2} hideItems={["Overview", "Steps"]} defaultItemsPerRow={2} search={{
|
||||
enable: true,
|
||||
placeholder: "Search workflows...",
|
||||
storageKey: "medusa-workflows-reference",
|
||||
}} />
|
||||
|
||||
Reference in New Issue
Block a user