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

This commit is contained in:
brianlic-msft 2016-11-17 17:52:15 +00:00
parent 2e1b34e213
commit 5b1c2be7fe
2 changed files with 49 additions and 0 deletions

View File

@ -93,6 +93,20 @@
"type_mapping": {
"Conceptual": "Content"
}
},
{
"docset_name": "smb",
"build_source_folder": "smb",
"build_output_subfolder": "smb",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": false,
"type_mapping": {
"Conceptual": "Content",
"ManagedReference": "Content",
"RestApi": "Content"
},
"build_entry_point": "op"
}
],
"notification_subscribers": [

35
smb/docfx.json Normal file
View File

@ -0,0 +1,35 @@
{
"build": {
"content": [
{
"files": [
"**/*.md"
],
"exclude": [
"**/obj/**",
"smb/**",
"**/includes/**"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg"
],
"exclude": [
"**/obj/**",
"smb/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {},
"fileMetadata": {},
"template": [],
"dest": "smb"
}
}