mirror of
https://github.com/pardeike/Harmony
synced 2026-06-08 16:40:38 +00:00
37 lines
893 B
JSON
37 lines
893 B
JSON
{
|
|
"metadata": [
|
|
{
|
|
"src": [
|
|
{
|
|
"src": "..",
|
|
"files": [ "Lib.Harmony/bin/Debug/net35/0Harmony.dll" ],
|
|
"exclude": [ "**/obj/**", "**/bin/Release/**" ]
|
|
}
|
|
],
|
|
"dest": "api",
|
|
"filter": "filterConfig.yml",
|
|
"disableGitFeatures": false,
|
|
"disableDefaultFilter": false
|
|
}
|
|
],
|
|
"build": {
|
|
"content": [
|
|
{ "files": [ "api/**.yml", "api/index.md" ] },
|
|
{ "files": [ "articles/**.md", "toc.yml", "index.md" ] }
|
|
],
|
|
"resource": [
|
|
{ "files": [ "images/**" ] }
|
|
],
|
|
"dest": "../docs",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [ "default", "templates/harmony" ],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false
|
|
}
|
|
}
|