Files
Terminal.Gui/docfx/docfx.json
BDisp 239191cde0 Fixes #1434. Regenerating the docs. (#1528)
* Fixes #1434. Regenerating the docs.

* Fixing warnings on docs regeneration and improving.
2021-12-18 05:33:40 -08:00

100 lines
1.8 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": [
"Terminal.Gui.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src": "../Terminal.Gui"
}
],
"dest": "api/Terminal.Gui",
"shouldSkipMarkup": true,
"properties": {
"TargetFramework": "netstandard2.0"
}
},
{
"src": [
{
"files": [
"UICatalog.csproj"
],
"exclude": [
"**/obj/**",
"**/bin/**",
"_site/**"
],
"src": "../UICatalog"
}
],
"dest": "api/UICatalog",
"shouldSkipMarkup": false,
"properties": {
"TargetFramework": "net5.0"
}
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"overwrite": [
{
"files": [
"apidoc/**.md"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "../docs",
"globalMetadata": {
"_enableSearch": "true",
"_appLogoPath": "images/logo48.png",
"_disableContribution": true
},
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"postProcessors": ["ExtractSearchIndex"],
"noLangKeyword": false,
"keepFileLink": false
}
}