mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../Terminal.Gui",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api"
|
|
},
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../UICatalog",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api/UICatalog"
|
|
}
|
|
],
|
|
"build": {
|
|
"template": [
|
|
"default",
|
|
"templates/modern"
|
|
// ,
|
|
// "templates/singulinkfx"
|
|
],
|
|
"output": "_site",
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
}
|
|
],
|
|
"globalMetadata": {
|
|
"_appName": "Terminal.Gui v2",
|
|
"_appTitle": "Terminal.Gui v2",
|
|
"pdf": false,
|
|
"_appFaviconPath": "images/icon48.png",
|
|
"_appLogoPath": "images/logo48.png",
|
|
"_appFooter": "Terminal.Gui - Part of the <a href=https://github.com/gui-cs>gui-cs Organization</a>",
|
|
"_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"
|
|
},
|
|
"markdownEngineName": "markdig",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"postProcessors": [
|
|
"ExtractSearchIndex"
|
|
],
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false
|
|
}
|
|
} |