From 57aee32d668e49c2876bad0b75168b51f51b8760 Mon Sep 17 00:00:00 2001 From: orphen Date: Fri, 24 May 2024 11:18:11 +0900 Subject: [PATCH] fix: set link checker to warn, not error, for site in docs/ --- docs/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.toml b/docs/config.toml index 1a462a72ce..262f7dd7e9 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -17,6 +17,8 @@ highlight_theme = "kronuz" # { theme = "base16-ocean-light", filename = "syntax-theme-light.css" }, #] +[link_checker] +internal_level = "warn" [extra] author = "Vincent Prouillet"