-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
58 lines (58 loc) · 1.15 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
{
"build": {
"content": [
{
"src": "eriwan_20160801",
"files": [
"**/*.pycliyml",
"**/*.md"
],
"exclude": [
"refTOC.md",
"**/obj/**",
"cli/**",
"**/includes/**"
]
},
{
"src": "conceptual-docs",
"files": [
"**.md"
],
"exclude":[
"toc.md",
"**/toc.md"
]
}
],
"resource": [
{
"src": "breadcrumb",
"files": [
"breadcrumb.json"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/eriwan_20160801/breadcrumb.json",
"ms.prod": "azure cli",
"ms.service": "azure cli",
"ms.technology": "azure cli",
"keywords": "azure, cli, command line",
"brand": "azure",
"author": "openpublishbuild",
"ms.author": "douge",
"manager": "douge",
"ms.topic": "reference",
"ms.devlang": "python",
"ms.date": "11/16/2016"
},
"fileMetadata": {},
"template": [
null
],
"dest": "eriwan_20160801"
}
}