Merge branch 'master' into windows

This commit is contained in:
Brian Lich 2016-04-01 14:11:06 -07:00
commit e36b197e2b
2 changed files with 34 additions and 0 deletions

View File

@ -51,6 +51,16 @@
"type_mapping": { "type_mapping": {
"Conceptual": "Content" "Conceptual": "Content"
} }
},
{
"docset_name": "mdop",
"build_output_subfolder": "mdop",
"locale": "en-us",
"version": 0,
"open_to_public_contributors": "false",
"type_mapping": {
"Conceptual": "Content"
}
} }
], ],
"notification_subscribers": ["brianlic@microsoft.com"], "notification_subscribers": ["brianlic@microsoft.com"],

24
mdop/docfx.json Normal file
View File

@ -0,0 +1,24 @@
{
"build": {
"content":
[
{
"files": ["**/**.md"],
"exclude": ["**/obj/**"]
}
],
"resource": [
{
"files": ["**/images/**", "**/*.json"],
"exclude": ["**/obj/**"]
}
],
"globalMetadata": {
"ROBOTS": "INDEX, FOLLOW"
},
"externalReference": [
],
"template": "op.html",
"dest": "mdop"
}
}