Add markdownlint directive to DOCS_SEARCH_IMPLEMENTATION.md

Add <!-- markdownlint-disable MD013 --> comment at the top to prevent
vim from loading diagnostics for this file, matching the pattern used
in other documentation files.
This commit is contained in:
2026-03-31 21:28:01 -04:00
parent faba20db28
commit 84eb52df43
+2
View File
@@ -1,3 +1,5 @@
<!-- markdownlint-disable MD013 -->
# Implementation Plan: Docs Search API
## Overview