docs: Added a missing "/" (#11696)
This commit is contained in:
committed by
GitHub
parent
e23f204b7c
commit
783f96439a
@@ -13,7 +13,7 @@ You can use these workflows and steps in your customizations. For example, you c
|
||||
- In an [API route](!docs!/learn/fundamentals/api-routes) when a request is received;
|
||||
- In a [subscriber](!docs!/learn/fundamentals/events-and-subscribers) when an event is emitted;
|
||||
- In a [scheduled jobs](!docs!/learn/fundamentals/scheduled-jobs) at a specified interval during the application's runtime;
|
||||
- In a [custom CLI scripts](!docs!learn/fundamentals/custom-cli-scripts) that you can execute from the terminal;
|
||||
- In a [custom CLI scripts](!docs!/learn/fundamentals/custom-cli-scripts) that you can execute from the terminal;
|
||||
- Or in a custom workflow that wraps the existing workflows and steps in a custom flow. You can then execute your custom workflow in the same way as the core workflows.
|
||||
|
||||
Through this reference, you'll learn about the available workflows and steps in Medusa out-of-the-box. For each workflow, you'll explore its steps, expected input and output, an example of executing that workflow, and how to inject custom functionalities into the workflow, if applicable.
|
||||
|
||||
Reference in New Issue
Block a user