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