mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-04 23:39:34 +08:00
55 lines
1.0 KiB
JSON
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
|
|
}
|
|
} |