41 lines
752 B
JSON
41 lines
752 B
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"**/*.md"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"aspnet/**",
|
|
"**/includes/**",
|
|
"**/aspnet-core-conceptual/**"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"**/*.png",
|
|
"**/*.jpg"
|
|
],
|
|
"exclude": [
|
|
"**/obj/**",
|
|
"aspnet/core/**",
|
|
"**/includes/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"overwrite": [],
|
|
"externalReference": [],
|
|
"globalMetadata": {
|
|
"breadcrumb_path": "/aspnet/breadcrumb/toc.json",
|
|
"_navPath": "/foo",
|
|
"_navRel": "/foo"
|
|
},
|
|
"fileMetadata": {},
|
|
"template": [],
|
|
"dest": "_site"
|
|
}
|
|
} |