2025-07-18 15:38:28 +08:00

43 lines
1.1 KiB
JSON

{
"build": {
"content": [
{
"files": [
"articles/**.md",
"articles/**/toc.yml",
"toc.yml",
"*.md",
"api/**.md",
"api/**/toc.yml"
]
}
],
"resource": [
{
"files": ["images/**"]
}
],
"markdownEngineName": "markdig",
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": ["default", "modern", "../material"],
"postProcessors": ["ExtractSearchIndex"],
"globalMetadata": {
"_appFooter": "<span>Copyright © 2023 Oscar Vasquez. Generated with <a href=\"https://dotnet.github.io/docfx\">DocFX</a></span>",
"_appTitle": "DocFX Material",
"_appLogoPath": "images/code.svg",
"_appFaviconPath": "images/code.svg",
"_enableSearch": "true",
"_gitContribute": {
"repo": "https://github.com/ovasquez/docfx-material"
},
"_gitUrlPattern": "github"
},
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}