From 4600295aa11b458f752a54012456ec9211ea8e5b Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Wed, 29 Mar 2023 11:22:22 +0200
Subject: [PATCH] Remove Readability style for Vale

---
 docs/architecture/index.md | 2 +-
 docs/index.md              | 2 +-
 docs/overview/index.md     | 6 +++---
 docs/vale/.vale.ini        | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/architecture/index.md b/docs/architecture/index.md
index 16fceaa..bf87b1a 100644
--- a/docs/architecture/index.md
+++ b/docs/architecture/index.md
@@ -1,3 +1,3 @@
 # Architecture
 
-We follow the principles of infrastructure as code and we decompose configuration in data and templates.
\ No newline at end of file
+We follow the principles of infrastructure as code, and we decompose configuration in data and templates.
diff --git a/docs/index.md b/docs/index.md
index b42665f..a57f5bc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,6 +1,6 @@
 # GÉANT Automation Platform (GAP)
 
-Welcome to the documentation of the GÉANT Automation Platform, also known simply as GAP. \
+Welcome to the documentation of the GÉANT Automation Platform, also known as GAP. \
 The focus of this platform is configuration management and service orchestration for the GÉANT IP/MPLS network.
 
 ## Table of Contents
diff --git a/docs/overview/index.md b/docs/overview/index.md
index fcb2270..5e42c03 100644
--- a/docs/overview/index.md
+++ b/docs/overview/index.md
@@ -5,7 +5,7 @@ built on top of it ensuring that it meets requirements in terms of functionaliti
 
 In the context of the IP/MPLS layer and particularly the backbone routers, different teams manage configuration in
 different ways: to deploy new nodes and to operate the network, they use various tools en methods. Compliance and
-quality are checked afterwards: this approach requires much manual work and it is inherently error prone.
+quality are checked afterwards: this approach requires much manual work, and it is inherently error-prone.
 
 This project aims to standardize the configuration and the configuration deployment process by using Open Source tools
 and DevOps strategies: one single framework to deploy and to operate. Considering the network configuration as code and
@@ -13,8 +13,8 @@ managing it under a version control system (GitLab) will enable better visibilit
 standardize the way of working.
 
 The goal is to reduce configuration drifts and exceptions, Mean Time To Repair (MTTR) in case of fault, and possibly the
-number and the severity of incidents. To check configuration compliance before it gets deployed, several policies are in
-place: multiple non-production environments are used to automatically execute regression and acceptance tests, in order
+number and the severity of incidents. To verify configuration compliance before it gets deployed, several policies are in
+place. Multiple non-production environments are used to automatically run regression and acceptance tests, in order
 to ensure the highest quality and to detect problems early.
 
 Automated configuration management must be considered as the foundation of further work in network automation, towards
diff --git a/docs/vale/.vale.ini b/docs/vale/.vale.ini
index 40ac0a2..f2a63e2 100644
--- a/docs/vale/.vale.ini
+++ b/docs/vale/.vale.ini
@@ -4,7 +4,7 @@ MinAlertLevel = suggestion
 
 Vocab = geant-jargon, Sphinx
 
-Packages = RedHat, proselint, Readability
+Packages = RedHat, proselint
 
 [*]
-BasedOnStyles = Vale, RedHat, proselint, Readability
+BasedOnStyles = Vale, RedHat, proselint
-- 
GitLab