зеркало из https://github.com/microsoft/JSTSdocs.git
45 строки
803 B
JSON
45 строки
803 B
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"*.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"docs/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"docs/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "docs",
|
|
"globalMetadata": {
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/billti/jsdocs",
|
|
"branch": "master"
|
|
}
|
|
},
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default"
|
|
],
|
|
"postProcessors": [],
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false
|
|
}
|
|
} |