From b6cd332c90438134473bcfae2504ad8f4cd2e1c6 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 31 Jul 2024 10:32:55 +0200 Subject: [PATCH] chore(gen): update status codes --- .link_checker_config.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.link_checker_config.json b/.link_checker_config.json index 465bd76e1d..7b75e6c8c1 100644 --- a/.link_checker_config.json +++ b/.link_checker_config.json @@ -21,17 +21,12 @@ ], "httpHeaders": [ { - "urls": [ - "https://scaleway.com/en/docs" - ] + "urls": ["https://scaleway.com/en/docs"] } ], "timeout": "20s", "retryOn429": true, "retryCount": 5, "fallbackRetryDelay": "30s", - "aliveStatusCodes": [ - 200, - 206 - ] -} \ No newline at end of file + "aliveStatusCodes": [200, 206, 401, 403, 0] +}