-
Notifications
You must be signed in to change notification settings - Fork 28
/
docfx.json
72 lines (68 loc) · 1.41 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
67
68
69
70
71
72
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml",
"toc.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices",
"**/toc.md"
]
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.bmp",
"**/*.jpeg"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"_themes/**",
"_themes.pdf/**"
]
}
],
"overwrite": [
],
"externalReference": [
],
"globalMetadata": {
"ms.service": "dynamics-ax-2012",
"breadcrumb_path": "/dynamicsax-2012/developer/breadcrumb/toc.json",
"ROBOTS": "INDEX,FOLLOW",
"is_archived": false,
"ms.date": "06/03/2018",
"ms.topic": "conceptual",
"feedback_system": "none",
"open_to_public_contributors": false,
"uhfHeaderId": "MSDocsHeader-Dynamics365",
"author": "kfend",
"ms.author": "kfend",
"contributors_to_exclude": [
"buck1ey",
"khairunj"
]
},
"fileMetadata": {
},
"template": [
],
"dest": "dynamicsax2012-msdn",
"markdownEngineName": "markdig"
}
}