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:42:54 +00:00
parent bd3fb27ced
commit 36a065c642
4 changed files with 55 additions and 0 deletions

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

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

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

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

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