Merge remote-tracking branch 'refs/remotes/origin/master' into edu-may

This commit is contained in:
jdeckerMS 2016-05-11 13:37:03 -07:00
commit 3d8dd53a37
2 changed files with 34 additions and 0 deletions

View File

@ -61,6 +61,16 @@
"type_mapping": { "type_mapping": {
"Conceptual": "Content" "Conceptual": "Content"
} }
},
{
"docset_name": "education",
"build_output_subfolder": "education",
"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
education/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": "edu"
}
}