mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
43 lines
736 B
JSON
43 lines
736 B
JSON
![]() |
{
|
||
|
"build": {
|
||
|
"content": [
|
||
|
{
|
||
|
"files": [
|
||
|
"**/*.md",
|
||
|
"**/*.yml"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"obj/**",
|
||
|
"_site/**"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"resource": [
|
||
|
{
|
||
|
"files": [
|
||
|
"**/*.png",
|
||
|
"**/*.jpg",
|
||
|
"**/*.gif",
|
||
|
"**/*.pdf",
|
||
|
"**/*.exe",
|
||
|
"**/*.wmv",
|
||
|
"**/*.zip"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"obj/**",
|
||
|
"_site/**"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"dest": "_site",
|
||
|
"globalMetadataFiles": [],
|
||
|
"fileMetadataFiles": [],
|
||
|
"template": [
|
||
|
"default"
|
||
|
],
|
||
|
"postProcessors": [],
|
||
|
"noLangKeyword": false,
|
||
|
"keepFileLink": false,
|
||
|
"cleanupCacheHistory": false
|
||
|
}
|
||
|
}
|