-
Notifications
You must be signed in to change notification settings - Fork 186
/
Copy pathdocfx.json
66 lines (66 loc) · 1.69 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
62
63
64
65
66
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.svg",
"**/*.pdf"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"ms.subservice": "enthusiast-guide",
"ms.service": "mixed-reality",
"breadcrumb_path": "/windows/mixed-reality/enthusiast-guide/breadcrumb/toc.json",
"extendBreadcrumb": true,
"uhfHeaderId": "MSDocsHeader-Hololens",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/mixed-reality",
"feedback_product_url": "https://developer.microsoft.com/en-us/windows/mixed-reality/give_us_feedback",
"titleSuffix": "Enthusiast Guide",
"author": "sean-kerawala",
"ms.author": "sekerawa",
"ms.date": "09/16/2020",
"keywords": "mixed reality, virtual reality, vr, hololens",
"searchScope":["Mixed Reality","Windows Mixed Reality"],
"adobe-target": true
},
"fileMetadata": {},
"template": [],
"dest": "enthusiast-guide",
"markdownEngineName": "markdig"
}
}