From 566dd61b87cbc57739bb3188a2cec2e991b0ec78 Mon Sep 17 00:00:00 2001 From: Diana Cheung <18452752+dianacheung@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:22:32 -0700 Subject: [PATCH] add new post --- library.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/library.json b/library.json index 2c973f8..3e17dff 100644 --- a/library.json +++ b/library.json @@ -1,4 +1,11 @@ [ + { + "title": "How to create a Vale linter custom rule: Manually vs. AI-prompting approach", + "url": "https://medium.com/@meetdianacheung/how-to-create-a-vale-linter-custom-rule-031aa00e4100", + "author": "Diana Cheung", + "year": 2024, + "type": "post" + }, { "title": "How We Use Vale to Improve Our Documentation Editing Process", "url": "https://www.datadoghq.com/blog/engineering/how-we-use-vale-to-improve-our-documentation-editing-process/",