diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index e46800995d..31efb6480c 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -13,15 +13,17 @@ "type_mapping": { "Conceptual": "Content", "ManagedReference": "Content", + "NetEnum": "Content", + "NetDelegate": "Content", + "NetNamespace": "Content", + "NetMember": "Content", + "NetType": "Content", "RestApi": "Content" }, "build_entry_point": "docs", "template_folder": "_themes", "base_path": "dotnet", "site_name": "Docs", - "customized_template_paths": [ - "_dependentPackages/memberpage.plugins/content" - ], "customized_tasks": { "docset_prebuild": [ "_dependentPackages/ECMA2Yaml/tools/Run.ps1", @@ -36,7 +38,8 @@ "SourceXmlFolder": "docs/Mono.Android/en", "OutputYamlFolder": "docs/Mono.Android/en/api", "Flatten": true, - "id": "XamarinAndroidAPI" + "id": "XamarinAndroidAPI", + "SDPMode": true }, "SplitTOC": [ "docs/Mono.Android/en/api/XamarinAndroidAPI/toc.yml" @@ -78,13 +81,6 @@ "path_to_root": "_dependentPackages/ECMA2Yaml", "target_framework": "net45", "version": "latest" - }, - { - "id": "memberpage.plugins", - "nuget_feed": "https://www.myget.org/F/docfx/api/v2", - "path_to_root": "_dependentPackages/memberpage.plugins", - "target_framework": "net45", - "version": "latest" } ] }