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

This commit is contained in:
brianlic-msft 2016-11-17 17:52:14 +00:00
parent 7469b20c7e
commit eb26c877cd
4 changed files with 51 additions and 0 deletions

View File

@ -93,6 +93,20 @@
"type_mapping": { "type_mapping": {
"Conceptual": "Content" "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": [ "notification_subscribers": [

1
smb/TOC.md Normal file
View File

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

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

1
smb/index.md Normal file
View File

@ -0,0 +1 @@
# Welcome to smb!