Skip to content

Commit 8f3a32d

Browse files
Add sitemap gen to docfx configuration (#121)
1 parent 4137c87 commit 8f3a32d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docfx.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
},
8585
"postProcessors": [],
8686
"keepFileLink": false,
87-
"disableGitFeatures": false
87+
"disableGitFeatures": false,
88+
"sitemap": {
89+
"baseUrl": "https://docs.monogame.net/",
90+
"priority": 0.1,
91+
"changefreq": "monthly"
92+
}
8893
}
8994
}

0 commit comments

Comments
 (0)