Skip to content

Commit 1809359

Browse files
authored
Merge pull request #91 from glopesdev/docfx-update
Update docfx version and export sitemap
2 parents 19bad21 + 68540d0 commit 1809359

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.config/dotnet-tools.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"isRoot": true,
44
"tools": {
55
"docfx": {
6-
"version": "2.75.3",
6+
"version": "2.77.0",
77
"commands": [
88
"docfx"
9-
]
9+
],
10+
"rollForward": false
1011
}
1112
}
1213
}

docfx.json

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
"apiSpecFolder": "apidoc"
7676
}
7777
},
78+
"sitemap": {
79+
"baseUrl": "https://bonsai-rx.org/docs",
80+
"priority": 0.5,
81+
"changefreq": "monthly"
82+
},
7883
"dest": "_site",
7984
"globalMetadataFiles": [],
8085
"fileMetadataFiles": [],

0 commit comments

Comments
 (0)