mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
84 lines
1.8 KiB
JSON
84 lines
1.8 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../Terminal.Gui",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"memberLayout": "separatePages"
|
|
},
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "../UICatalog",
|
|
"files": [
|
|
"**/*.csproj"
|
|
]
|
|
}
|
|
],
|
|
"dest": "api/UICatalog",
|
|
"memberLayout": "separatePages"
|
|
}
|
|
],
|
|
"build": {
|
|
"xref": [
|
|
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json"
|
|
],
|
|
"template": [
|
|
"default",
|
|
"_exported_templates/modern"
|
|
],
|
|
"output": "_site",
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.{md,yml}",
|
|
"schemas/**.json"
|
|
],
|
|
"exclude": [
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**",
|
|
"schemas/**.json"
|
|
]
|
|
}
|
|
],
|
|
"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
|
|
}
|
|
} |