Improve DocFX documentation generation

This commit is contained in:
Jordan Wages 2026-07-07 13:52:41 -05:00
commit 9ce4e18637
316 changed files with 476 additions and 23671 deletions

13
.config/dotnet-tools.json Normal file
View file

@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"docfx": {
"version": "2.78.5",
"commands": [
"docfx"
],
"rollForward": false
}
}
}