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

Commit eff3868

Browse files
committed
Remove XamarinAndroidAPI in .openpublishing.publish.config.json under main branch.
1 parent 9b7ea12 commit eff3868

File tree

1 file changed

+45
-95
lines changed

1 file changed

+45
-95
lines changed

Diff for: .openpublishing.publish.config.json

+45-95
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,45 @@
1-
{
2-
"docsets_to_publish": [
3-
{
4-
"docset_name": "XamarinAndroidAPI",
5-
"build_source_folder": "docs/Mono.Android/en",
6-
"build_output_subfolder": "XamarinAndroidAPI",
7-
"locale": "en-us",
8-
"monikers": [],
9-
"moniker_ranges": [],
10-
"open_to_public_contributors": false,
11-
"type_mapping": {
12-
"Conceptual": "Content",
13-
"ManagedReference": "Content",
14-
"RestApi": "Content",
15-
"NetEnum": "Content",
16-
"NetDelegate": "Content",
17-
"NetNamespace": "Content",
18-
"NetMember": "Content",
19-
"NetType": "Content"
20-
},
21-
"build_entry_point": "docs",
22-
"template_folder": "_themes",
23-
"base_path": "dotnet",
24-
"site_name": "Docs",
25-
"customized_template_paths": [],
26-
"customized_tasks": {
27-
"docset_prebuild": [
28-
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
29-
"_dependentPackages/CommonPlugins/tools/SplitTOC.ps1",
30-
"_dependentPackages/CommonPlugins/tools/DiffFolder.ps1"
31-
],
32-
"docset_postbuild": [
33-
"_dependentPackages/ECMA2Yaml/tools/PostBuild.ps1"
34-
]
35-
},
36-
"ECMA2Yaml": {
37-
"SourceXmlFolder": "docs/Mono.Android/en",
38-
"OutputYamlFolder": "docs/Mono.Android/en/api",
39-
"Flatten": true,
40-
"id": "XamarinAndroidAPI",
41-
"SDPMode": "true"
42-
},
43-
"SplitTOC": [
44-
"docs/Mono.Android/en/api/XamarinAndroidAPI/toc.yml"
45-
],
46-
"DiffFolder": [
47-
"docs/Mono.Android/en/api"
48-
]
49-
}
50-
],
51-
"notification_subscribers": [],
52-
"sync_notification_subscribers": [],
53-
"branches_to_filter": [],
54-
"skip_source_output_uploading": false,
55-
"need_preview_pull_request": true,
56-
"contribution_branch_mappings": {},
57-
"dependent_repositories": [
58-
{
59-
"path_to_root": "_themes",
60-
"url": "https://github.com/Microsoft/templates.docs.msft",
61-
"branch": "main",
62-
"branch_mapping": {}
63-
}
64-
],
65-
"branch_target_mapping": {},
66-
"need_generate_pdf_url_template": false,
67-
"need_generate_pdf": false,
68-
"need_generate_intellisense": false,
69-
"dependent_packages": [
70-
{
71-
"id": "Microsoft.OpenPublishing.CommonPlugins",
72-
"nuget_feed": "https://www.myget.org/F/op/api/v2",
73-
"path_to_root": "_dependentPackages/CommonPlugins",
74-
"target_framework": "net45",
75-
"version": "latest"
76-
},
77-
{
78-
"id": "Microsoft.DocAsCode.ECMA2Yaml",
79-
"nuget_feed": "https://www.myget.org/F/op/api/v2",
80-
"path_to_root": "_dependentPackages/ECMA2Yaml",
81-
"target_framework": "net45",
82-
"version": "latest"
83-
},
84-
{
85-
"id": "memberpage.plugins",
86-
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
87-
"path_to_root": "_dependentPackages/memberpage.plugins",
88-
"target_framework": "net45",
89-
"version": "latest"
90-
}
91-
],
92-
"docs_build_engine": {
93-
"name": "docfx_v3"
94-
}
95-
}
1+
{
2+
"docsets_to_publish": [],
3+
"notification_subscribers": [],
4+
"sync_notification_subscribers": [],
5+
"branches_to_filter": [],
6+
"need_preview_pull_request": true,
7+
"dependent_repositories": [
8+
{
9+
"path_to_root": "_themes",
10+
"url": "https://github.com/Microsoft/templates.docs.msft",
11+
"branch": "main",
12+
"branch_mapping": {}
13+
}
14+
],
15+
"branch_target_mapping": {},
16+
"docs_build_engine": {},
17+
"skip_source_output_uploading": false,
18+
"contribution_branch_mappings": {},
19+
"need_generate_pdf_url_template": false,
20+
"need_generate_pdf": false,
21+
"need_generate_intellisense": false,
22+
"dependent_packages": [
23+
{
24+
"id": "Microsoft.OpenPublishing.CommonPlugins",
25+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
26+
"path_to_root": "_dependentPackages/CommonPlugins",
27+
"target_framework": "net45",
28+
"version": "latest"
29+
},
30+
{
31+
"id": "Microsoft.DocAsCode.ECMA2Yaml",
32+
"nuget_feed": "https://www.myget.org/F/op/api/v2",
33+
"path_to_root": "_dependentPackages/ECMA2Yaml",
34+
"target_framework": "net45",
35+
"version": "latest"
36+
},
37+
{
38+
"id": "memberpage.plugins",
39+
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
40+
"path_to_root": "_dependentPackages/memberpage.plugins",
41+
"target_framework": "net45",
42+
"version": "latest"
43+
}
44+
]
45+
}

0 commit comments

Comments
 (0)