From 649c1fe5f544e86f9cd77c50c58fab6f5335e8e5 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Tue, 5 Mar 2024 20:26:19 -0700 Subject: [PATCH] Disable sitemap for base config to make comparisons easier --- .config/typedoc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/typedoc.json b/.config/typedoc.json index 55582c697..d0186774a 100644 --- a/.config/typedoc.json +++ b/.config/typedoc.json @@ -21,7 +21,6 @@ "treatWarningsAsErrors": false, "categorizeByGroup": false, "categoryOrder": ["Reflections", "Types", "Comments", "*"], - "sitemapBaseUrl": "https://typedoc.org/api/", "validation": { "notExported": true, "invalidLink": true,