docs: fixes for core workflows reference (#11056)
* docs: fix step input / output description not showing * fix generated example for array types * show workflow summary in diagram * fix workflow node width * hide undefined types
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ class MyFileProviderService extends AbstractFileProviderService {
|
||||
|
||||
#### Returns
|
||||
|
||||
<TypeList types={[{"name":"void","type":"`void`","optional":false,"defaultValue":"","description":"This method validates the options of the provider set in `medusa-config.ts`.\nImplementing this method is optional. It's useful if your provider requires custom validation.\n\nIf the options aren't valid, throw an error.","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="validateOptions"/>
|
||||
<TypeList types={[]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="validateOptions"/>
|
||||
|
||||
### upload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user