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

This commit is contained in:
fenxu
2017-04-25 04:46:12 +00:00
parent 84279e4e20
commit 4839a76aa1
4 changed files with 55 additions and 0 deletions

1
windows/deploy/TOC.md Normal file
View File

@ -0,0 +1 @@
# [Index](index.md)

37
windows/deploy/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-deploy"
}
}

1
windows/deploy/index.md Normal file
View File

@ -0,0 +1 @@
# Welcome to windows-deploy!