We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19bad21 + 68540d0 commit 1809359Copy full SHA for 1809359
.config/dotnet-tools.json
@@ -3,10 +3,11 @@
3
"isRoot": true,
4
"tools": {
5
"docfx": {
6
- "version": "2.75.3",
+ "version": "2.77.0",
7
"commands": [
8
"docfx"
9
- ]
+ ],
10
+ "rollForward": false
11
}
12
13
docfx.json
@@ -75,6 +75,11 @@
75
"apiSpecFolder": "apidoc"
76
77
},
78
+ "sitemap": {
79
+ "baseUrl": "https://bonsai-rx.org/docs",
80
+ "priority": 0.5,
81
+ "changefreq": "monthly"
82
+ },
83
"dest": "_site",
84
"globalMetadataFiles": [],
85
"fileMetadataFiles": [],
0 commit comments