Updated docfx. Generated fresh docs. Added an icon.

This commit is contained in:
Charlie Kindel
2020-05-23 02:30:00 -06:00
parent 585f249b1c
commit 14f08a8d63
229 changed files with 134298 additions and 68079 deletions

View File

@@ -4,16 +4,21 @@
"src": [
{
"files": [
"Terminal.csproj"
"Terminal.Gui.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
]
],
"src": "../Terminal.Gui"
}
],
"dest": "api"
"dest": "api/Terminal.Gui",
"shouldSkipMarkup": true,
"properties": {
"TargetFramework": "netstandard2.0"
}
}
],
"build": {
@@ -40,7 +45,7 @@
"resource": [
{
"files": [
"images/**"
"images/**",
],
"exclude": [
"obj/**",
@@ -60,12 +65,15 @@
}
],
"dest": "../docs",
"globalMetadata": {
"_enableSearch": "true",
"_appLogoPath": "images/logo48.png"
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default"
"template": ["default", "templates/material"
],
"postProcessors": [],
"postProcessors": ["ExtractSearchIndex"],
"noLangKeyword": false,
"keepFileLink": false
}