Updated docs; regeneraged docs (#1881)

This commit is contained in:
Tig Kindel
2022-07-22 20:07:29 -04:00
committed by GitHub
parent ec0822401a
commit fc9e84a429
253 changed files with 23875 additions and 20547 deletions

View File

@@ -4,34 +4,32 @@
"src": [
{
"files": [
"Terminal.Gui.csproj"
"Terminal.Gui.dll"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src": "../Terminal.Gui"
"src": "../Terminal.Gui/bin/Release/net6.0"
}
],
"dest": "api/Terminal.Gui",
"shouldSkipMarkup": true,
"properties": {
"TargetFramework": "netstandard2.0"
"TargetFramework": "net6.0"
}
},
{
"src": [
{
"files": [
"UICatalog.csproj"
"UICatalog.dll"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src": "../UICatalog"
"src": "../UICatalog/bin/Release/net6.0"
}
],
"dest": "api/UICatalog",