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

Commit 20a3737

Browse files
authored
Merge branch 'master' into crdun-lkg
2 parents d519581 + 59ada8e commit 20a3737

File tree

8 files changed

+687
-90
lines changed

8 files changed

+687
-90
lines changed

.openpublishing.publish.config.json

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

0 commit comments

Comments
 (0)