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

This commit is contained in:
brianlic-msft
2017-05-09 23:15:28 +00:00
parent ea9d023c02
commit 8eb4b641a0
4 changed files with 65 additions and 6 deletions

1
bcs/TOC.md Normal file
View File

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

37
bcs/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": "bcs"
}
}

View File

@ -1 +1 @@
# Placeholder
# Welcome to bcs!