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
+3 -3
View File
@@ -4,7 +4,7 @@ This document guides you through setting up Stripe payments in your Medusa serve
## Video Guide
You can also follow our video guide to learn how the setup works:
You can also follow this video guide to learn how the setup works:
<div>
<video width="100%" height="100%" playsinline autoplay muted controls>
@@ -26,7 +26,7 @@ Before you proceed with this guide, make sure you create a [Stripe account](http
This section guides you over the steps necessary to add Stripe as a payment provider to your Medusa server.
If you dont have a Medusa server installed yet, you must follow our [quickstart guide](../quickstart/quick-start) first.
If you dont have a Medusa server installed yet, you must follow the [quickstart guide](../quickstart/quick-start) first.
### Install the Stripe Plugin
@@ -61,7 +61,7 @@ You might find that this code is already available but commented out. You can pr
:::
The Stripe plugin uses 2 configuration options. The `api_key` is essential to both your development and production environments. As for the `webhook_secret`, its essential for your production environment. So, if youre only using Stripe for development you can skip adding the value for this option at the moment.
The Stripe plugin uses two configuration options. The `api_key` is essential to both your development and production environments. As for the `webhook_secret`, its essential for your production environment. So, if youre only using Stripe for development you can skip adding the value for this option at the moment.
### Retrieve Stripe's Keys