-
Notifications
You must be signed in to change notification settings - Fork 526
/
Copy pathdocfx.json
256 lines (255 loc) · 9.44 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
{
"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": "Standard",
"feedback_github_repo": "MicrosoftDocs/azure-dev-docs",
"recommendations": true,
"feedback_help_link_type": "get-help-at-qna",
"feedback_help_link_url": "https://learn.microsoft.com/answers/questions/"
},
"fileMetadata": {
"feedback_help_link_url": {
"github-copilot-azure/**/*.md": "https://github.com/microsoft/GitHub-Copilot-for-Azure"
},
"feedback_help_link_type": {
"github-copilot-azure/**/*.md": "get-product-support"
},
"feedback_product_url" : {
"python/**/*.md": "https://github.com/Azure/azure-sdk-for-python/issues",
"ansible/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"chef/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"jenkins/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"terraform/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"javascript/**/*.md": "https://github.com/Azure/azure-sdk-for-js/issues",
"java/sdk/**/*.md": "https://github.com/Azure/azure-sdk-for-java/issues",
"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",
"github-copilot-azure/**/*.md": "https://github.com/microsoft/GitHub-Copilot-for-Azure/issues",
"typespec/**/*.md": "https://github.com/microsoft/typespec/"
},
"_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": "mcleanbyron",
"**/*.yml": "mcleanbyron",
"ansible/**/*.md": "TomArcherMsft",
"ansible/**/*.yml": "TomArcherMsft",
"azure-developer-cli/**/*.md": "alexwolfmsft",
"azure-developer-cli/**/*.yml": "alexwolfmsft",
"chef/**/*.md": "TomArcherMsft",
"chef/**/*.yml": "TomArcherMsft",
"github/**/*.md": "N-Usha",
"github/**/*.yml": "N-Usha",
"go/**/*.md": "bobtabor-msft",
"go/**/*.yml": "bobtabor-msft",
"java/**/*.md": "karlerickson",
"java/**/*.yml": "karlerickson",
"javascript/**/*.md": "diberry",
"javascript/**/*.yml": "diberry",
"jenkins/**/*.md": "TomArcherMsft",
"jenkins/**/*.yml": "TomArcherMsft",
"python/**/*.md": "bobtabor-msft",
"python/**/*.yml": "bobtabor-msft",
"terraform/**/*.md": "TomArcherMsft",
"terraform/**/*.yml": "TomArcherMsft",
"typespec/**/*.md": "diberry",
"typespec/**/*.yml": "diberry",
"intro/**/*.md": "mcleanbyron",
"intro/**/*.yml": "mcleanbyron",
"ai/**/*.md": "ms-johnalex",
"ai/**/*.yml": "ms-johnalex",
"github-copilot-azure/**/*.md": "bobtabor-msft",
"github-copilot-azure/**/*.yml": "bobtabor-msft",
"javascript/ai/**/*.md": "ms-johnalex",
"javascript/ai/**/*.yml": "ms-johnalex",
"python/ai/**/*.md": "ms-johnalex",
"python/ai/**/*.yml": "ms-johnalex"
},
"manager": {
"**/*.md": "mcleans",
"**/*.yml": "mcleans"
},
"ms.author": {
"**/*.md": "mcleans",
"**/*.yml": "mcleans",
"ansible/**/*.md": "tarcher",
"ansible/**/*.yml": "tarcher",
"azure-developer-cli/**/*.md": "alexwolf",
"azure-developer-cli/**/*.yml": "alexwolf",
"chef/**/*.md": "tarcher",
"chef/**/*.yml": "tarcher",
"github/**/*.md": "ushan",
"github/**/*.yml": "ushan",
"go/**/*.md": "rotabor",
"go/**/*.yml": "rotabor",
"java/**/*.md": "karler",
"java/**/*.yml": "karler",
"javascript/**/*.md": "diberry",
"javascript/**/*.yml": "diberry",
"jenkins/**/*.md": "tarcher",
"jenkins/**/*.yml": "tarcher",
"python/**/*.md": "rotabor",
"python/**/*.yml": "rotabor",
"terraform/**/*.md": "tarcher",
"terraform/**/*.yml": "tarcher",
"typespec/**/*.md": "diberry",
"typespec/**/*.yml": "diberry",
"intro/**/*.md": "mcleans",
"intro/**/*.yml": "mcleans",
"ai/**/*.md": "johalexander",
"ai/**/*.yml": "johalexander",
"github-copilot-azure/**/*.md": "rotabor",
"github-copilot-azure/**/*.yml": "rotabor",
"javascript/ai/**/*.md": "johalexander",
"javascript/ai/**/*.yml": "johalexander",
"python/ai/**/*.md": "johalexander",
"python/ai/**/*.yml": "johalexander"
},
"ms.devlang": {
"java/**/*.md": "java",
"python/**/*.md": "python",
"go/**/*.md": "golang",
"javascript/**/*.md": "nodejs"
},
"ms.service": {
"ai/**/*.md": "azure",
"ai/**/*.yml": "azure",
"ansible/**/*.md": "ansible",
"ansible/**/*.yml": "ansible",
"azure-developer-cli/**/*.md": "azure-dev-cli",
"azure-developer-cli/**/*.yml": "azure-dev-cli",
"chef/**/*.md": "chef",
"chef/**/*.yml": "chef",
"dev-tunnels/**/*.md": "azure-dev-tunnels",
"dev-tunnels/**/*.yml": "azure-dev-tunnels",
"github-copilot-azure/**/*.md": "github-copilot-for-azure",
"github-copilot-azure/**/*.yml": "github-copilot-for-azure",
"go/**/*.md": "azure-go",
"go/**/*.yml": "azure-go",
"intro/**/*.md": "azure",
"java/**/*.md": "azure-java",
"java/**/*.yml": "azure-java",
"javascript/**/*.md": "azure-javascript",
"javascript/**/*.yml": "azure-javascript",
"jenkins/**/*.md": "jenkins",
"jenkins/**/*.yml": "jenkins",
"python/**/*.md": "azure-python",
"python/**/*.yml": "azure-python",
"terraform/**/*.md": "terraform",
"terraform/**/*.yml": "terraform",
"typespec/**/*.md": "typespec",
"typespec/**/*.yml": "typespec"
},
"ms.subservice": {
"ai/**/*.md": "intelligent-apps",
"java/ai/**/*.md": "intelligent-apps"
},
"titleSuffix": {
"ansible/**/*.yml" : "Ansible",
"chef/**/*.yml" : "Chef",
"jenkins/**/*.yml" : "Jenkins",
"terraform/**/*.yml" : "Terraform",
"javascript/**/*.md": "JavaScript on Azure",
"python/**/*.md": "Python on Azure",
"java/**/*.md": "Java on Azure",
"go/**/*.md": "Go on Azure",
"github-copilot-azure/**/*.md": "GitHub Copilot for Azure",
"typespec/**/*.md": "TypeSpec"
},
"featureFlags": {
"javascript/**/*-feedback.yml": [
"enable_tutorial_feedback"
],
"javascript/tutorial/**/*": [
"enable_tutorial_feedback"
]
},
"ms.topic": {
"**/includes/**/*.md": "include"
},
"ms.custom": {
"**/ai/**/*.md": "build-2024-intelligent-apps",
"**/ai/**/*.yml": "build-2024-intelligent-apps"
},
"ms.collection": {
"**/ai/**/*.md": "ce-skilling-ai-copilot",
"**/ai/**/*.yml": "ce-skilling-ai-copilot",
"**java/ai/**/*.md": "ce-skilling-ai-copilot",
"**java/ai/**/*.yml": "ce-skilling-ai-copilot"
},
"ROBOTS": {
"ux-beta/**/*.md": "NOINDEX"
}
},
"template": [],
"dest": "azure-dev-docs",
"markdownEngineName": "markdig",
"rules": {
"sensitive-language-sl": {
"exclude": [
"java/migration/migrate-jboss-eap-to-azure-vm-manually.md"
]
},
"sensitive-language-wl": {
"exclude": [
"terraform/provider-version-history-azurerm-2-0-0-to-2-99-0.md"
]
}
}
}
}