mirror of
https://gitee.com/dotnetchina/Furion.git
synced 2025-12-06 07:49:05 +08:00
43 lines
909 B
JSON
43 lines
909 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": ["**/bin/Release/**.dll"],
|
|
"src": "../framework"
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"includePrivateMembers": false,
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false,
|
|
"noRestore": false,
|
|
"namespaceLayout": "flattened",
|
|
"memberLayout": "separatePages",
|
|
"allowCompilationErrors": false
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": ["api/**.yml", "api/index.md"]
|
|
},
|
|
{
|
|
"files": ["articles/**.md", "articles/**/toc.yml", "toc.yml", "*.md"]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": ["images/**"]
|
|
}
|
|
],
|
|
"output": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": ["default", "modern"],
|
|
"postProcessors": [],
|
|
"keepFileLink": true,
|
|
"disableGitFeatures": false
|
|
}
|
|
}
|