forked from MicrosoftDocs/azure-docs-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocfx.json
More file actions
76 lines (76 loc) · 1.86 KB
/
docfx.json
File metadata and controls
76 lines (76 loc) · 1.86 KB
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
73
74
75
76
{
"build": {
"content": [
{
"src": "docs-ref-autogen",
"files": [
"**/*.pycliyml",
"**/*.md"
],
"exclude": [
"refTOC.md",
"**/obj/**",
"cli/**",
"**/includes/**"
]
},
{
"src": "docs-ref-conceptual",
"files": [
"**.md"
],
"exclude":[
"toc.md",
"**/toc.md"
]
},
{
"src": "breadcrumb",
"dest": "breadcrumb",
"files": [
"**/*.yml"
]
}
],
"resource": [
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/cli/azure/breadcrumb/toc.json",
"keywords": "azure, cli, command line",
"brand": "azure",
"author": "clark-allen",
"ms.author": "allclark",
"manager": "douge",
"ms.topic": "reference",
"ms.devlang": "python",
"ms.date": "12/06/2016",
"_op_documentIdPathDepotMapping": {
"docs-ref-autogen/": {
"folder_relative_path_in_docset": "."
}
}
},
"fileMetadata": {
"ms.service":
{
"acr/**.pycliyml": "container-registry",
"ad/**.pycliyml": "active-directory",
"appservice/**.pycliyml": "app-service",
"container/**.pycliyml": "container-service",
"iot/**.pycliyml": "iot-hub",
"keyvault/**.pycliyml":"key-vault",
"network/**.pycliyml":"virtual-network",
"redis/**.pycliyml":"redis-cache",
"resource/**.pycliyml":"azure-resource-manager",
"role/**.pycliyml": "",
"storage/**.pycliyml": "storage",
"vm/**.pycliyml": "virtual-machines",
"vmss/**.pycliyml": "virtual-machine-scale-sets"
}
},
"template": [],
"dest": "cli/azure"
}
}