docs: added loaders documentation (#4019)
* docs: added loaders documentation * added a link to the loaders documentation
This commit is contained in:
@@ -25,7 +25,7 @@ It is assumed that you already have a Medusa backend installed and set up. If no
|
||||
|
||||
## 1. Create a File
|
||||
|
||||
Each scheduled job should reside in a TypeScript or JavaScript file under the `src/loaders` directory.
|
||||
Each scheduled job should reside in a [loader](../loaders/overview.mdx), which is a TypeScript or JavaScript file located under the `src/loaders` directory.
|
||||
|
||||
Start by creating the `src/loaders` directory. Then, inside that directory, create the JavaScript or TypeScript file that you’ll add the scheduled job in. You can use any name for the file.
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Future versions of Medusa will allow switching out Redis and using a different p
|
||||
|
||||
## Custom Development
|
||||
|
||||
Developers can create an unlimited number of scheduled jobs within the Medusa Backend, a plugin, or a custom Commerce Module.
|
||||
Developers can create an unlimited number of scheduled jobs within the Medusa Backend, a plugin, or a custom module.
|
||||
|
||||
<DocCard item={{
|
||||
type: 'link',
|
||||
|
||||
Reference in New Issue
Block a user