Skip to content

Commit b346245

Browse files
mschulz-msftmairaw
authored andcommitted
Remove ml-api-docs in .openpublishing.publish.config.json under master branch.
1 parent 989da3e commit b346245

File tree

1 file changed

+44
-88
lines changed

1 file changed

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

0 commit comments

Comments
 (0)