forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
54 lines (54 loc) · 1.09 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
{
"build": {
"markdownEngineName": "markdig",
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_data/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices",
"**/_themes/**",
"**/_themes.pdf/**"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.mp4",
"**/*.svg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_data/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"brand": "azure-devops",
"searchScope": ["Azure DevOps", "VSTS", "Team Services"],
"author": "erickson-doug",
"ms.author": "jillfra",
"ms.topic": "conceptual",
"ms.prod": "devops",
"ms.technology": "conceptual"
},
"fileMetadata": {},
"template": [],
"dest": "vscom"
}
}