diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index dceec083ed..e58deb3585 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -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"], diff --git a/mdop/docfx.json b/mdop/docfx.json new file mode 100644 index 0000000000..85c859a765 --- /dev/null +++ b/mdop/docfx.json @@ -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" + } +} \ No newline at end of file