From 680e6d9ba085ef1cad07716d5858a95d1fca9dc2 Mon Sep 17 00:00:00 2001 From: Johannes Tax Date: Fri, 3 May 2024 15:47:08 +0200 Subject: [PATCH] Fix docfx --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index f69395082c..a04e6403f4 100644 --- a/docfx.json +++ b/docfx.json @@ -2,6 +2,6 @@ "files": "**/*.{md,png}", "warningsAsErrors": true, "rules": { - "link-out-of-scope": "off" + "link-out-of-scope": "verbose" } }