-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathdocfx.json
More file actions
105 lines (105 loc) · 4.07 KB
/
docfx.json
File metadata and controls
105 lines (105 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"build": {
"content":
[
{
"files": ["**/**.md", "**/**.yml"],
"exclude": ["**/obj/**", "winrt-related/**", "**/includes/**", "README.md", "LICENSE", "LICENSE-CODE"]
}
],
"resource": [
{
"files": ["**/images/**", "**/*.png","**/*.jpg"],
"exclude": ["**/obj/**", "winrt-related/**", "**/includes/**"]
}
],
"globalMetadata": {
"ms.subservice": "winrt-reference",
"ms.service": "uwp",
"ROBOTS": "INDEX, FOLLOW",
"author": "GrantMeStrength",
"ms.author": "jken",
"titleSuffix": "Windows UWP applications",
"breadcrumb_path": "/uwp/breadcrumbs/toc.json",
"feedback_system": "Standard",
"feedback_product_url": "https://github.com/microsoft/WindowsAppSDK",
"feedback_help_link_url": "https://learn.microsoft.com/answers/tags/184/windows-app-sdk/",
"feedback_help_link_type": "get-help-at-qna",
"uhfHeaderId": "MSDocsHeader-WinDevCenter",
"extendBreadcrumb": true,
"searchScope": ["UWP"],
"keywords": "windows 10, uwp, winrt, api, winui, Windows UI Library",
"_op_documentIdPathDepotMapping": {
"./": {
"depot_name": "MSDN.winrt-related",
"folder_relative_path_in_docset": "./"
}
}
},
"fileMetadata": {
"feedback_product_url":
{
"toolkits/winui/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
"toolkits/winui3/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose"
},
"ms.technology":
{
"toolkits/winui/*.md": "winui",
"toolkits/winui3/*.md": "winui"
},
"author":
{
"cpp-ref-for-winrt/*.md": "stevewhims",
"extension-sdks/*.md": "stevewhims",
"midl-3/*.md": "stevewhims",
"schemas/*.md": "drewbatgit",
"schemas/appcontentschema/*.md": "drewbatgit",
"schemas/appinstallerschema/*.md": "drewbatgit",
"schemas/appxpackage/**.md": "drewbatgit",
"schemas/blockmapschema/*.md": "drewbatgit",
"schemas/bundlemanifestschema/*.md": "drewbatgit",
"schemas/finalcontentgroupmapschema/*.md": "drewbatgit",
"schemas/mobilebroadbandschema/*.md": "drewbatgit",
"schemas/sourcecontentgroupmapschema/*.md": "drewbatgit",
"schemas/storemanifest/*.md": "drewbatgit",
"schemas/tiles/*.md": "drewbatgit",
"schemas/voicecommands/*.md": "Karl-Bridge-Microsoft",
"specifications/*.md": "Karl-Bridge-Microsoft",
"toolkits/*.md": "Karl-Bridge-Microsoft",
"toolkits/winui/*.md": "Karl-Bridge-Microsoft",
"toolkits/winui/release-notes/*.md": "Karl-Bridge-Microsoft",
"toolkits/winui3/*.md": "Karl-Bridge-Microsoft",
"win32-and-com/*.md": "stevewhims",
"winrt-cref/*.md": "stevewhims"
},
"ms.author":
{
"cpp-ref-for-winrt/*.md": "stwhi",
"extension-sdks/*.md": "stwhi",
"midl-3/*.md": "stwhi",
"schemas/*.md": "drewbat",
"schemas/appcontentschema/*.md": "drewbat",
"schemas/appinstallerschema/*.md": "drewbat",
"schemas/appxpackage/**.md": "drewbat",
"schemas/blockmapschema/*.md": "drewbat",
"schemas/bundlemanifestschema/*.md": "drewbat",
"schemas/finalcontentgroupmapschema/*.md": "drewbat",
"schemas/mobilebroadbandschema/*.md": "drewbat",
"schemas/sourcecontentgroupmapschema/*.md": "drewbat",
"schemas/storemanifest/*.md": "drewbat",
"schemas/tiles/*.md": "drewbat",
"schemas/voicecommands/*.md": "kbridge",
"specifications/*.md": "kbridge",
"toolkits/*.md": "kbridge",
"toolkits/winui/*.md": "kbridge",
"toolkits/winui3/*.md": "kbridge",
"win32-and-com/*.md": "stwhi",
"winrt-cref/*.md": "stwhi"
}
},
"externalReference": [
],
"template": [],
"dest": "winrt-related"
}
}