mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"files": [
|
|
"Build.sln"
|
|
],
|
|
"exclude": [
|
|
"**/bin/**",
|
|
"**/obj/**"
|
|
],
|
|
"src": "../"
|
|
}
|
|
],
|
|
"dest": "obj/api"
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.yml"
|
|
],
|
|
"src": "obj/api",
|
|
"dest": "api"
|
|
},
|
|
{
|
|
"files": [
|
|
"**/*.md",
|
|
"*.md",
|
|
"toc.yml"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"favicon.ico",
|
|
"images/**",
|
|
"articles/images/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadata": {
|
|
"_appFooter": "<span></span>",
|
|
"_appLogoPath": "images/logo.png",
|
|
"_enableNewTab": true
|
|
},
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"statictoc"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
}
|