Skip to content

Commit ac48db4

Browse files
authored
SDP migration (#3389)
* SDP migration * Update missingapi.yml * test adding another internal xref * add a few more internal APIs
1 parent c4926a0 commit ac48db4

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
"type_mapping": {
1414
"Conceptual": "Content",
1515
"ManagedReference": "Content",
16-
"RestApi": "Content",
16+
"NetEnum": "Content",
17+
"NetDelegate": "Content",
18+
"NetNamespace": "Content",
19+
"NetMember": "Content",
20+
"NetType": "Content",
1721
"Tutorial": "Content"
1822
},
1923
"build_entry_point": "docs",
2024
"template_folder": "_themes",
2125
"base_path": "dotnet",
2226
"site_name": "Docs",
23-
"customized_template_paths": [
24-
"_dependentPackages/memberpage.plugins/content"
25-
],
2627
"customized_tasks": {
2728
"docset_prebuild": [
2829
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
@@ -36,7 +37,8 @@
3637
"ECMA2Yaml": {
3738
"SourceXmlFolder": "xml",
3839
"OutputYamlFolder": "api",
39-
"Flatten": true
40+
"Flatten": true,
41+
"SDPMode": true
4042
},
4143
"SplitTOC": [
4244
"api/toc.yml"
@@ -103,13 +105,6 @@
103105
"target_framework": "net45",
104106
"version": "latest"
105107
},
106-
{
107-
"id": "memberpage.plugins",
108-
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
109-
"path_to_root": "_dependentPackages/memberpage.plugins",
110-
"target_framework": "net45",
111-
"version": "latest"
112-
},
113108
{
114109
"id": "Microsoft.OpenPublishing.CommonPlugins",
115110
"nuget_feed": "https://www.myget.org/F/op/api/v2",

_zip/missingapi.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
### YamlMime:XRefMap
22
hrefUpdated: true
33
references:
4+
- uid: System.MonoNotSupportedAttribute
5+
name: MonoNotSupportedAttribute
6+
fullname: System.MonoNotSupportedAttribute
7+
- uid: System.ServiceModel.Configuration.ServiceModelEnumValidatorAttribute
8+
name: ServiceModelEnumValidatorAttribute
9+
fullname: System.ServiceModel.Configuration.ServiceModelEnumValidatorAttribute
10+
- uid: System.ServiceModel.Configuration.ServiceModelTimeSpanValidatorAttribute
11+
name: ServiceModelTimeSpanValidatorAttribute
12+
fullname: System.ServiceModel.Configuration.ServiceModelTimeSpanValidatorAttribute
13+
- uid: System.Web.WebCategoryAttribute
14+
name: WebCategoryAttribute
15+
fullname: System.Web.WebCategoryAttribute
416
- uid: System.Windows.Localization.Attributes*
517
href: https://msdn.microsoft.com/library/system.windows.localization.attributes.aspx
618
name: Attributes
@@ -49,3 +61,18 @@ references:
4961
name.vb: ResizeGripDirection
5062
fullName: WindowChrome.ResizeGripDirection
5163
fullName.vb: WindowChrome.ResizeGripDirection
64+
- uid: Xunit.FactAttribute
65+
name: FactAttribute
66+
fullName: Xunit.FactAttribute
67+
- uid: Xunit.TheoryAttribute
68+
name: TheoryAttribute
69+
fullName: Xunit.TheoryAttribute
70+
- uid: Xunit.TheoryData
71+
name: TheoryData
72+
fullName: Xunit.TheoryData
73+
- uid: Xunit.MemberDataAttribute
74+
name: MemberDataAttribute
75+
fullName: Xunit.MemberDataAttribute
76+
- uid: Xunit.InlineDataAttribute
77+
name: InlineDataAttribute
78+
fullName: Xunit.InlineDataAttribute

0 commit comments

Comments
 (0)