-
Notifications
You must be signed in to change notification settings - Fork 156
/
docfx.json
61 lines (61 loc) · 1.6 KB
/
docfx.json
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
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"README.md",
"LICENSE",
"license.md",
"LICENSE-CODE",
"ThirdPartyNotices"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif"
],
"exclude": [
"**/obj/**",
"**/includes/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.service": "dotnet-communitytoolkit",
"titleSuffix": "Windows Community Toolkit",
"searchScope": [
"windows-toolkit"
],
"feedback_system": "None",
"feedback_github_repo": "MicrosoftDocs/WindowsCommunityToolkitDocs",
"feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues",
"uhfHeaderId": "MSDocsHeader-Windows",
"ms.topic": "article",
"products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"],
"keywords": "windows uwp community toolkit",
"author": "michael-hawker",
"ms.author": "mhawker",
"ms.date": "09/23/2021",
"ROBOTS": "NOINDEX, NOFOLLOW",
"breadcrumb_path": "/windows/communitytoolkit/breadcrumb/toc.json",
"extendBreadcrumb": true
},
"fileMetadata": {},
"template": [],
"isCanonicalUrlWithMoniker": true,
"dest": "WindowsCommunityToolkitDocs",
"markdownEngineName": "markdig"
}
}