From d6865449146e171e972c1370abd4ae05f65ca215 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Mon, 19 May 2025 13:33:33 +0100 Subject: [PATCH] Add sotemap gen to docfx configuration --- docfx.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index bbeebe7b..df745d30 100644 --- a/docfx.json +++ b/docfx.json @@ -84,6 +84,11 @@ }, "postProcessors": [], "keepFileLink": false, - "disableGitFeatures": false + "disableGitFeatures": false, + "sitemap": { + "baseUrl": "https://docs.monogame.net/", + "priority": 0.1, + "changefreq": "monthly" + } } } \ No newline at end of file