From ab638b3e69ef4636fdffd52df36269c9f757a5b7 Mon Sep 17 00:00:00 2001 From: Jeroen Leenarts Date: Tue, 11 Apr 2023 17:30:06 +0200 Subject: [PATCH] Add link to article about Vale. This also includes steps needed to integrated Vale with Xcode. --- library.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 2090b7e..4b123a7 100644 --- a/library.json +++ b/library.json @@ -1,4 +1,11 @@ [ + { + "title": "Linting Documentation with Vale to Increase Quality & Consistency - includes setup steps for Xcode", + "url": "https://getstream.io/blog/linting-documentation-with-vale/#setting-vale-up-in-ci", + "author": "Jeroen Leenarts | Stream", + "year": 2023, + "type": "post" + }, { "title": "Using Vale to help engineers become better writers", "url": "https://engineering.contentsquare.com/2023/using-vale-to-help-engineers-become-better-writers/", @@ -174,4 +181,4 @@ "author": "Chris Ward", "type": "post" } -] \ No newline at end of file +]