{
"build": {
"content": [
{
"files": [
"*.{md,yml}",
"**/*.{md,yml}"
]
}
],
"resource": [
{
"files": [
".attachments/**",
"images/**.{ico,png}",
"*.{ico,png}",
"scripts/**.{js}",
"web.config"
]
}
],
"globalMetadata": {
"_appTitle": "apurvghai.com",
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "favicon.ico",
"_enableSearch": true,
"_enableNewTab": true,
"_gitContribute": {
"repo": "https://github.com/apurvghai/samplerepo",
"branch": "master"
},
"_appFooter": "© apurvghai.com Built using DocFx"
},
"template": [
"default",
"templates/material"
],
"postProcessors": [
"ExtractSearchIndex"
],
"force": true,
"dest": "docs",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"markdownEngineName": "markdig",
"noLangKeyword": false
}
}