From 6b0879d3bd20cd689fbac91b6f78a8c0ef53fdfa Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:32:27 +0200 Subject: [PATCH] remove unsupported versions from the check --- lychee-external-links.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lychee-external-links.toml b/lychee-external-links.toml index eba73b7ad1..303a0d3ae2 100644 --- a/lychee-external-links.toml +++ b/lychee-external-links.toml @@ -8,10 +8,14 @@ accept = ["200", "403"] max_retries = 6 retry_wait_time = 10 max_concurrency = 3 -# Explicitly exclude some URLs + +# Exclude all unsupported versioned_docs exclude_path = [ "versioned_docs/version-1.3", + "versioned_docs/version-8.1", ] + +# Explicitly exclude some URLs exclude = [ "^file:", "^http(s)?://optimize.myorg",