forked from MicrosoftDocs/azure-dev-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocfx.json
166 lines (164 loc) · 5.31 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/obj/**",
"**/includes/**",
"**/_themes/**",
"**/docfx.json",
"README.md",
"LICENSE",
"LICENSE-CODE",
"ThirdPartyNotices.md",
"azure-docs/**"
],
"src": ".",
"dest": "."
}
],
"resource": [
{
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif",
"**/*.svg"],
"exclude": [
"**/obj/**",
"_themes/**",
"_themes.pdf/**",
"**/docfx.json",
"_repo.en-us/**"
]
}
],
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/azure/developer/breadcrumb/toc.json",
"uhfHeaderId": "azure",
"feedback_system": "GitHub",
"feedback_github_repo": "MicrosoftDocs/azure-dev-docs",
"recommendations": true
},
"fileMetadata": {
"feedback_product_url" : {
"python/**/*.md": "https://github.com/Azure/azure-sdk-for-python/issues",
"ansible/**/*.md": "https://feedback.azure.com/forums/34192--general-feedback",
"chef/**/*.md": "https://feedback.azure.com/forums/34192--general-feedback",
"jenkins/**/*.md": "https://feedback.azure.com/forums/34192--general-feedback",
"terraform/**/*.md": "https://feedback.azure.com/forums/34192--general-feedback",
"javascript/**/*.md": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"product_feedback_url": {
"python/tutorial-deploy-app-service-on-linux*.md" : "https://github.com/Microsoft/vscode-azureappservice/issues",
"python/tutorial-deploy-containers*.md" : "https://github.com/Microsoft/vscode-azureappservice/issues",
"python/tutorial-vs-code-serverless-python*.md" : "https://github.com/Microsoft/vscode-azurefunctions/issues",
"tutorial-vscode-azure-app-service-node*.md" : "https://github.com/Microsoft/vscode-azureappservice/issues",
"tutorial-vscode-azure-cli-node*.md" : "https://github.com/Azure/azure-cli/issues",
"tutorial-vscode-docker-node*.md" : "https://github.com/Microsoft/vscode-azureappservice/issues",
"tutorial-vscode-serverless-node*.md" : "https://github.com/Microsoft/vscode-azurefunctions/issues",
"tutorial-vscode-static-website-node*.md": "https://github.com/Microsoft/vscode-azurestorage/issues"
},
"_op_documentIdPathDepotMapping": {
"python": {
"depot_name": "MSDN.python-sdk",
"folder_relative_path_in_docset": "docs-ref-conceptual"
},
"javascript":{
"depot_name": "MSDN.node-api",
"folder_relative_path_in_docset": "docs-ref-conceptual"
}
},
"author": {
"**/*.md": "barbkess",
"**/*.yml": "barbkess",
"java/**/*.md": "bmitchell287",
"java/**/*.yml": "bmitchell287",
"go/**/*.md": "barbkess",
"python/**/*.md": "kraigb",
"ansible/**/*.md": "Duffney",
"chef/**/*.md": "Duffney",
"jenkins/**/*.md": "Duffney",
"terraform/**/*.md": "TomArcherMsft",
"javascript/**/*.md": "diberry",
"javascript/**/*.yml": "diberry",
"lab/**/*.md": "diberry"
},
"manager": {
"**/*.md": "barbkess",
"**/*.yml": "barbkess"
},
"ms.author": {
"**/*.md": "barbkess",
"**/*.yml": "barbkess",
"java/**/*.md": "brendm",
"java/**/*.md": "brendm",
"go/**/*.md": "barbkess",
"python/**/*.md": "kraigb",
"ansible/**/*.md": "jduffney",
"chef/**/*.md": "tarcher",
"jenkins/**/*.md": "tarcher",
"terraform/**/*.md": "tarcher",
"javascript/**/*.md": "diberry",
"javascript/**/*.yml": "diberry",
"lab/**/*.md": "diberry"
},
"ms.devlang": {
"java/**/*.md": "java",
"python/**/*.md": "python",
"go/**/*.md": "go",
"javascript/**/*.md": "nodejs"
},
"ms.service": {
"go/**/*.md": "azure",
"java/**/*.md": "azure-java",
"java/**/*.yml": "azure-java",
"ansible/**/*.md": "ansible",
"chef/**/*.md": "chef",
"jenkins/**/*.md": "jenkins",
"terraform/**/*.md": "terraform",
"lab/**/*.md": "azure"
},
"titleSuffix": {
"ansible/**/*.yml" : "Ansible",
"chef/**/*.yml" : "Chef",
"jenkins/**/*.yml" : "Jenkins",
"terraform/**/*.yml" : "Terraform",
"lab/**/*.md": "Dev Experience Lab",
"javascript/**/*.md": "Azure"
},
"featureFlags": {
"javascript/**/*-feedback.yml": [
"enable_tutorial_feedback"
],
"javascript/tutorial/**/*": [
"enable_tutorial_feedback"
],
"lab/**/*": [
"enable_tutorial_feedback"
]
},
"ms.topic": {
"**/includes/**/*.md": "include"
},
"ms.prod": {
"python/**/*.md": "azure-python",
"javascript/**/*.md": "azure-nodejs"
}
},
"template": [],
"dest": {
".": "azure-dev-docs",
"go": "azure-go",
"python": "azure-python",
"javascript": "azure-javascript"
},
"markdownEngineName": "markdig"
}
}