mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
118 lines
2.3 KiB
JSON
118 lines
2.3 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"Terminal.Gui.csproj"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"_site/**"
|
|
],
|
|
"src": "../Terminal.Gui"
|
|
}
|
|
],
|
|
"dest": "api/Terminal.Gui",
|
|
"shouldSkipMarkup": true,
|
|
"properties": {
|
|
"TargetFramework": "net7.0"
|
|
}
|
|
},
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"UICatalog.csproj"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"_site/**"
|
|
],
|
|
"src": "../UICatalog"
|
|
}
|
|
],
|
|
"dest": "api/UICatalog",
|
|
"shouldSkipMarkup": false,
|
|
"properties": {
|
|
"TargetFramework": "net7.0"
|
|
}
|
|
}
|
|
],
|
|
"build": {
|
|
"template": [
|
|
"default",
|
|
"./templates/singulinkfx"
|
|
],
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"api/**.yml",
|
|
"api/index.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**",
|
|
"schemas/**"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "../docs",
|
|
"globalMetadata": {
|
|
"_appTitle": "Terminal.Gui v2",
|
|
"_appName": "Terminal.Gui v2",
|
|
"_appFaviconPath": "images/favicon.png",
|
|
"_appLogoPath": "images/logo.png",
|
|
"_appFooter": "<strong>Terminal.Gui - Part of the gui-cs Organization</strong>",
|
|
"_enableSearch": true,
|
|
"_disableSideFilter": false,
|
|
"_enableNewTab": true,
|
|
"_disableContribution": false,
|
|
"_disableBreadcrumb": false,
|
|
|
|
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/gui-cs/Terminal.Gui",
|
|
"branch": "v2_develop",
|
|
"apiSpecFolder": "docfx/overrides"
|
|
},
|
|
"_gitUrlPattern": "github"
|
|
},
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"postProcessors": ["ExtractSearchIndex"],
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false
|
|
}
|
|
}
|