Skip to content

Commit

Permalink
Merge pull request #91 from glopesdev/docfx-update
Browse files Browse the repository at this point in the history
Update docfx version and export sitemap
  • Loading branch information
glopesdev committed Jul 26, 2024
2 parents 19bad21 + 68540d0 commit 1809359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"isRoot": true,
"tools": {
"docfx": {
"version": "2.75.3",
"version": "2.77.0",
"commands": [
"docfx"
]
],
"rollForward": false
}
}
}
5 changes: 5 additions & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
"apiSpecFolder": "apidoc"
}
},
"sitemap": {
"baseUrl": "https://bonsai-rx.org/docs",
"priority": 0.5,
"changefreq": "monthly"
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
Expand Down

0 comments on commit 1809359

Please sign in to comment.