From 0d28f2b671cfea96b77b7303676b6f3c30f50357 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Sun, 19 Jan 2025 18:21:23 +1000
Subject: [PATCH] docs: drop excludes

---
 dev/docs.nix | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev/docs.nix b/dev/docs.nix
index f636ab6..2a80e06 100644
--- a/dev/docs.nix
+++ b/dev/docs.nix
@@ -23,10 +23,6 @@
         '';
     docs-linkcheck = pkgs.testers.lycheeLinkCheck rec {
       extraConfig = {
-        exclude = [
-          "https://fonts.gstatic.com"
-          "https://monitoring.nix-community.org/alertmanager" # 401 behind auth
-        ];
         include_mail = true;
         include_verbatim = true;
       };