Docfx - revert hack for 1874 (#1955)

* Fixes #1874 (again)

* Fixes #1874 - Requires use docfx >= v2.59.4
This commit is contained in:
Tig Kindel
2022-09-16 05:52:26 -07:00
committed by GitHub
parent 28718e9c3c
commit 7a48424924
267 changed files with 39156 additions and 25631 deletions

View File

@@ -4,13 +4,13 @@
"src": [
{
"files": [
"Terminal.Gui.dll"
"Terminal.Gui.csproj"
],
"exclude": [
"**/obj/**",
"_site/**"
],
"src": "../Terminal.Gui/bin/Release/net6.0"
"src": "../Terminal.Gui"
}
],
"dest": "api/Terminal.Gui",
@@ -23,13 +23,13 @@
"src": [
{
"files": [
"UICatalog.dll"
"UICatalog.csproj"
],
"exclude": [
"**/obj/**",
"_site/**"
],
"src": "../UICatalog/bin/Release/net6.0"
"src": "../UICatalog"
}
],
"dest": "api/UICatalog",