Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live

This commit is contained in:
saldana
2017-04-24 16:46:39 +00:00
parent ae0a34e419
commit 5eb5c2786d
2 changed files with 53 additions and 0 deletions

37
windows/hub/docfx.json Normal file
View File

@ -0,0 +1,37 @@
{
"build": {
"content": [
{
"files": [
"**/*.md"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {},
"fileMetadata": {},
"template": [],
"dest": "windows-hub"
}
}