From a80b647a4407237a2ec089d5e3fa628bcc151cb2 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Fri, 7 Nov 2025 11:38:02 +0200 Subject: [PATCH] add support portal link to ignored --- mlc_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mlc_config.json b/mlc_config.json index 82848ef474..f350b35b20 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -106,6 +106,9 @@ }, { "pattern": "^https://gpt-index.readthedocs.io/en/stable/examples/vector_stores/Timescalevector.html" + }, + { + "pattern": "^https://portal.support.timescale.com/login" } ] }