mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge branch 'master' into windows
This commit is contained in:
commit
e36b197e2b
@ -51,6 +51,16 @@
|
||||
"type_mapping": {
|
||||
"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"],
|
||||
|
24
mdop/docfx.json
Normal file
24
mdop/docfx.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user