From fdd4671a1be8bd6002e08b9d1b5d321060c001cb Mon Sep 17 00:00:00 2001 From: Robert Outlaw Date: Wed, 18 Sep 2019 12:40:51 -0700 Subject: [PATCH 1/2] Add SDP configuration to build json --- .openpublishing.publish.config.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index e46800995d..ea03aea9e3 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -9,19 +9,22 @@ "xamarin-android-sdk-9" ], "moniker_ranges": [], - "open_to_public_contributors": false, + "open_to_public_contributors": false, "type_mapping": { "Conceptual": "Content", "ManagedReference": "Content", - "RestApi": "Content" + "RestApi": "Content", + "NetEnum": "Content", + "NetDelegate": "Content", + "NetNamespace": "Content", + "NetMember": "Content", + "NetType": "Content" }, "build_entry_point": "docs", "template_folder": "_themes", "base_path": "dotnet", "site_name": "Docs", - "customized_template_paths": [ - "_dependentPackages/memberpage.plugins/content" - ], + "customized_template_paths": [], "customized_tasks": { "docset_prebuild": [ "_dependentPackages/ECMA2Yaml/tools/Run.ps1", @@ -33,7 +36,7 @@ ] }, "ECMA2Yaml": { - "SourceXmlFolder": "docs/Mono.Android/en", + "SourceXmlFolder": "docs/Mono.Android/en", "OutputYamlFolder": "docs/Mono.Android/en/api", "Flatten": true, "id": "XamarinAndroidAPI" @@ -86,5 +89,8 @@ "target_framework": "net45", "version": "latest" } - ] + ], + "ECMA2Yaml": { + "SDPMode": "true" + } } From fc28c2fe65a4bc0f8bf5f691c3a5853240c171f4 Mon Sep 17 00:00:00 2001 From: Robert Outlaw Date: Mon, 23 Sep 2019 17:53:54 -0700 Subject: [PATCH 2/2] Update .openpublishing.publish.config.json --- .openpublishing.publish.config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index ea03aea9e3..6d5d4c2a0a 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -39,7 +39,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" @@ -89,8 +90,5 @@ "target_framework": "net45", "version": "latest" } - ], - "ECMA2Yaml": { - "SDPMode": "true" - } + ] }