diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index c1e7bc502b..8d8d00fcd3 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -153,6 +153,22 @@ "moniker_groups": [], "version": 0 }, + { + "docset_name": "security", + "build_source_folder": "windows/security", + "build_output_subfolder": "security", + "locale": "en-us", + "monikers": [], + "moniker_ranges": [], + "open_to_public_contributors": false, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes" + }, { "docset_name": "smb-VSTS", "build_source_folder": "smb", diff --git a/windows/security/docfx.json b/windows/security/docfx.json new file mode 100644 index 0000000000..c6e2b8d9f1 --- /dev/null +++ b/windows/security/docfx.json @@ -0,0 +1,41 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md", + "**/*.yml" + ], + "exclude": [ + "**/obj/**", + "**/includes/**", + "README.md", + "LICENSE", + "LICENSE-CODE", + "ThirdPartyNotices" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": { + "breadcrumb_path": "/windows/security/breadcrumb/toc.json", + "extendBreadcrumb": true + }, + "fileMetadata": {}, + "template": [], + "dest": "security" + } +} \ No newline at end of file