From 84eb52df4392138267342f1fc351c3e50d80e0c2 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 31 Mar 2026 21:28:01 -0400 Subject: [PATCH] Add markdownlint directive to DOCS_SEARCH_IMPLEMENTATION.md Add comment at the top to prevent vim from loading diagnostics for this file, matching the pattern used in other documentation files. --- DOCS_SEARCH_IMPLEMENTATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS_SEARCH_IMPLEMENTATION.md b/DOCS_SEARCH_IMPLEMENTATION.md index 014ea95..df87ab0 100644 --- a/DOCS_SEARCH_IMPLEMENTATION.md +++ b/DOCS_SEARCH_IMPLEMENTATION.md @@ -1,3 +1,5 @@ + + # Implementation Plan: Docs Search API ## Overview