openiddict-documentation/docfx.json
2022-01-07 18:57:07 +01:00

55 lines
1.0 KiB
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",
"_appName": "OpenIddict",
"_disableSideFilter": true
},
"fileMetadataFiles": [],
"template": [
"default",
"templates/discordfx"
],
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false
}
}