mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
new docfx!
This commit is contained in:
@@ -3,63 +3,40 @@
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"src": "../Terminal.Gui",
|
||||
"files": [
|
||||
"Terminal.Gui.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"_site/**"
|
||||
],
|
||||
"src": "../Terminal.Gui"
|
||||
"**/*.csproj"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/Terminal.Gui",
|
||||
"shouldSkipMarkup": true,
|
||||
"properties": {
|
||||
"TargetFramework": "net7.0"
|
||||
}
|
||||
"dest": "api"
|
||||
},
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"src": "../UICatalog",
|
||||
"files": [
|
||||
"UICatalog.csproj"
|
||||
],
|
||||
"exclude": [
|
||||
"**/obj/**",
|
||||
"_site/**"
|
||||
],
|
||||
"src": "../UICatalog"
|
||||
"**/*.csproj"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api/UICatalog",
|
||||
"shouldSkipMarkup": false,
|
||||
"properties": {
|
||||
"TargetFramework": "net7.0"
|
||||
}
|
||||
"dest": "api/UICatalog"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"template": [
|
||||
"default",
|
||||
"./templates/singulinkfx"
|
||||
"templates/modern"
|
||||
// ,
|
||||
// "templates/singulinkfx"
|
||||
],
|
||||
"output": "_site",
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"api/**.yml",
|
||||
"api/index.md"
|
||||
]
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"articles/**.md",
|
||||
"articles/**/toc.yml",
|
||||
"toc.yml",
|
||||
"*.md"
|
||||
"**/*.{md,yml}"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
@@ -67,40 +44,22 @@
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"images/**",
|
||||
"schemas/**"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
"images/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"overwrite": [
|
||||
{
|
||||
"files": [
|
||||
"apidoc/**.md"
|
||||
],
|
||||
"exclude": [
|
||||
"obj/**",
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "../docs",
|
||||
"globalMetadata": {
|
||||
"_appTitle": "Terminal.Gui v2",
|
||||
"_appName": "Terminal.Gui v2",
|
||||
"_appTitle": "Terminal.Gui v2",
|
||||
"pdf": false,
|
||||
"_appFaviconPath": "images/icon48.png",
|
||||
"_appLogoPath": "images/logo.png",
|
||||
"_appFooter": "<strong>Terminal.Gui - Part of the gui-cs Organization</strong>",
|
||||
"_appLogoPath": "images/logo48.png",
|
||||
"_appFooter": "Terminal.Gui - Part of the gui-cs Organization",
|
||||
"_enableSearch": true,
|
||||
"_disableSideFilter": false,
|
||||
"_enableNewTab": true,
|
||||
"_disableContribution": false,
|
||||
"_disableBreadcrumb": false,
|
||||
|
||||
|
||||
"_gitContribute": {
|
||||
"repo": "https://github.com/gui-cs/Terminal.Gui",
|
||||
"branch": "v2_develop",
|
||||
@@ -111,8 +70,10 @@
|
||||
"markdownEngineName": "markdig",
|
||||
"globalMetadataFiles": [],
|
||||
"fileMetadataFiles": [],
|
||||
"postProcessors": ["ExtractSearchIndex"],
|
||||
"postProcessors": [
|
||||
"ExtractSearchIndex"
|
||||
],
|
||||
"noLangKeyword": false,
|
||||
"keepFileLink": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user