new docfx!

This commit is contained in:
Tig Kindel
2023-12-02 19:09:37 -07:00
parent b643e48104
commit ab5848902a
209 changed files with 3869 additions and 1406 deletions

View File

@@ -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
}
}
}