Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 6012e04

Browse files
authored
Merge pull request #20 from xamarin/SDPTest
Migrate repo to SDP
2 parents cd414a9 + fc28c2f commit 6012e04

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.openpublishing.publish.config.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@
99
"xamarin-android-sdk-9"
1010
],
1111
"moniker_ranges": [],
12-
"open_to_public_contributors": false,
12+
"open_to_public_contributors": false,
1313
"type_mapping": {
1414
"Conceptual": "Content",
1515
"ManagedReference": "Content",
16-
"RestApi": "Content"
16+
"RestApi": "Content",
17+
"NetEnum": "Content",
18+
"NetDelegate": "Content",
19+
"NetNamespace": "Content",
20+
"NetMember": "Content",
21+
"NetType": "Content"
1722
},
1823
"build_entry_point": "docs",
1924
"template_folder": "_themes",
2025
"base_path": "dotnet",
2126
"site_name": "Docs",
22-
"customized_template_paths": [
23-
"_dependentPackages/memberpage.plugins/content"
24-
],
27+
"customized_template_paths": [],
2528
"customized_tasks": {
2629
"docset_prebuild": [
2730
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
@@ -33,10 +36,11 @@
3336
]
3437
},
3538
"ECMA2Yaml": {
36-
"SourceXmlFolder": "docs/Mono.Android/en",
39+
"SourceXmlFolder": "docs/Mono.Android/en",
3740
"OutputYamlFolder": "docs/Mono.Android/en/api",
3841
"Flatten": true,
39-
"id": "XamarinAndroidAPI"
42+
"id": "XamarinAndroidAPI",
43+
"SDPMode": "true"
4044
},
4145
"SplitTOC": [
4246
"docs/Mono.Android/en/api/XamarinAndroidAPI/toc.yml"

0 commit comments

Comments
 (0)