Skip to content

Commit

Permalink
sync docfx.json from en-us repo
Browse files Browse the repository at this point in the history
  • Loading branch information
herohua authored Nov 14, 2016
1 parent ed58288 commit 9afba61
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,54 +9,53 @@
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**",
"markdown templates/**"
"**/_themes/**"
],
"src": "articles",
"dest": "."
},
{
"files": [
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**",
"markdown templates/**",
"articles/**"
"**/_themes/**"
],
"src": null,
"dest": null
"src": "bread",
"dest": "bread"
}
],
"resource": [
{
"files": [
"**/*.svg",
"**/*.png",
"**/*.jpg",
"**/*.gif"
"**/*.jpeg",
"**/*.gif",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/_themes/**",
"markdown templates/**"
"**/_themes/**"
],
"src": "articles",
"dest": "."
},
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif"
"includes/**/*.svg",
"includes/**/*.png",
"includes/**/*.jpg",
"includes/**/*.jpeg",
"includes/**/*.gif"
],
"exclude": [
"**/obj/**",
"**/_themes/**",
"markdown templates/**",
"articles/**"
"**/_themes/**"
],
"src": null,
"dest": null
Expand All @@ -65,7 +64,9 @@
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/azure/bread/toc.json"
"breadcrumb_path": "/azure/bread/toc.json",
"brand": "azure",
"searchScope": ["Azure"]
},
"fileMetadata": {},
"template": [
Expand Down

0 comments on commit 9afba61

Please sign in to comment.