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:
Shahed Nasser
2022-09-22 13:12:09 +03:00
committed by GitHub
parent d0d789b6d4
commit 6adaf56c73
103 changed files with 2408 additions and 832 deletions
@@ -4,7 +4,7 @@ In this document, youll learn how to create a cron job in Medusa.
## Overview
Medusa allows you to create cron jobs that run at specific times during your servers lifetime. For example, you can synchronize your inventory with an ERP system once a day.
Medusa allows you to create cron jobs that run at specific times during your servers lifetime. For example, you can synchronize your inventory with an Enterprise Resource Planning (ERP) system once a day.
This guide explains how to create a cron job on your Medusa server. The cron job in this example will simply change the status of draft products to `published`.
@@ -12,7 +12,7 @@ This guide explains how to create a cron job on your Medusa server. The cron job
### Medusa Components
It is assumed that you already have a Medusa server installed and set up. If not, you can follow our [quickstart guide](../../../quickstart/quick-start.md) to get started.
It is assumed that you already have a Medusa server installed and set up. If not, you can follow the [quickstart guide](../../../quickstart/quick-start.md) to get started.
### Redis