Skip to content

Commit

Permalink
Add sitemap generation in docfx.json (see #1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed May 3, 2019
1 parent 62d6af5 commit 40901c1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,23 @@
"_appLogoPath" : "logo/icon.svg",
"_appFaviconPath": "logo/icon-32.png",
"_enableSearch": "true"
},
"sitemap":
{
"baseUrl": "https://benchmarkdotnet.org/",
"priority": 0.8,
"changefreq": "monthly",
"fileOptions":{
"**/articles/**": {
"priority": 0.8
},
"**/changelog/**": {
"priority": 0.5
},
"**/api/**": {
"priority": 0.3
}
}
}
}
}
}

0 comments on commit 40901c1

Please sign in to comment.