openiddict-documentation/docfx.json

55 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2017-09-12 23:46:13 +08:00
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"appveyor.yml",
"README.md",
"SECURITY.md",
2021-01-18 00:53:08 +08:00
"submodules/**",
2017-09-12 23:46:13 +08:00
"obj/**",
"_site/**"
]
}
],
"resource": [
{
"files": [
"images/**",
2017-09-12 23:46:13 +08:00
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.pdf",
"**/*.exe",
"**/*.wmv",
"**/*.zip"
],
"exclude": [
"obj/**",
"_site/**"
]
}
],
"dest": "_site",
"globalMetadataFiles": [],
"globalMetadata": {
"_appFaviconPath": "images/favicon.ico",
2022-01-08 01:57:07 +08:00
"_appLogoPath": "images/logo.png",
"_appName": "OpenIddict",
"_disableSideFilter": true
},
2017-09-12 23:46:13 +08:00
"fileMetadataFiles": [],
"template": [
"default",
"templates/discordfx"
2017-09-12 23:46:13 +08:00
],
"postProcessors": [],
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false
}
}