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

View File

@ -356,6 +356,22 @@
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0
},
{
"docset_name": "windows-deploy",
"build_source_folder": "windows/deploy",
"build_output_subfolder": "windows-deploy",
"locale": "en-us",
"monikers": [],
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "docs",
"template_folder": "_themes",
"version": 0
}
],
"notification_subscribers": [

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!