docs: integrate Vale for documentation linting (#2242)
* added value rules * resolved errors raised by vale * added github action * fixes to github action * added details in contribution guidelines * added rule for numbers * limited checks to errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
In this document, you’ll learn what Batch Jobs are and how they work in Medusa.
|
||||
|
||||
## What are Batch Jobs?
|
||||
## What are Batch Jobs
|
||||
|
||||
Batch Jobs are tasks that can be performed asynchronously and iteratively. They can be [created using the Admin API](https://docs.medusajs.com/api/admin/#tag/Batch-Job/operation/PostBatchJobs), then, once confirmed, they are processed asynchronously.
|
||||
|
||||
@@ -56,6 +56,6 @@ If the batch job fails at any point in this flow, its status is changed to `fail
|
||||
|
||||

|
||||
|
||||
## What’s Next?
|
||||
## What’s Next
|
||||
|
||||
- Learn about the [Batch Job’s events](../subscribers/events-list.md#batch-jobs-events).
|
||||
|
||||
Reference in New Issue
Block a user