openiddict-documentation/docfx.json

53 lines
1006 B
JSON

{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"appveyor.yml",
"README.md",
"SECURITY.md",
"submodules/**",
"obj/**",
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**",
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.pdf",
"**/*.exe",
"**/*.wmv",
"**/*.zip"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"globalMetadata": {
"_appFaviconPath": "images/favicon.ico",
"_appLogoPath": "images/logo.png"
},
"fileMetadataFiles": [],
"template": [
"default",
"templates/material"
],
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false
}
}