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

This commit is contained in:
fenxu
2017-04-25 15:52:10 +00:00
parent 1757e6836e
commit 1570c34cc6
4 changed files with 55 additions and 0 deletions

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

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

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-configure"
}
}

View File

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