forked from MicrosoftDocs/azure-ai-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docfx.json
428 lines (428 loc) · 17.3 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
{
"build": {
"content": [
{
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"ai-services/document-intelligence/**",
"**/_themes/**",
"**/includes/**",
"**/obj/**",
"**/*.graffle",
"machine-learning/**",
"machine-learning/v1/**"
],
"src": "articles",
"dest": "."
},
{
"group": "grp-machine-learning",
"src": "articles/machine-learning",
"dest": "./machine-learning",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/_themes/**",
"**/includes/**",
"**/obj/**",
"**/v1/**",
"**/v-fake/**"
]
},
{
"group": "grp-document-intelligence",
"src": "articles/ai-services/document-intelligence",
"dest": "./ai-services/document-intelligence/",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/_themes/**",
"**/includes/**",
"**/obj/**"
]
},
{
"group": "grp-machine-learningv1",
"src": "articles/machine-learning/v1",
"dest": "./machine-learning",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/_themes/**",
"**/includes/**",
"**/obj/**"
]
},
{
"group": "grp-machine-learningv1",
"src": "articles/machine-learning/v-fake",
"dest": "./machine-learning/v1",
"files": [
"**/*.md",
"**/*.yml"
],
"exclude": [
"**/_themes/**",
"**/includes/**",
"**/obj/**"
]
},
{
"files": [
"toc.yml"
],
"src": "breadcrumb/azure-ai",
"dest": "breadcrumb/azure-ai"
}
],
"resource": [
{
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"ai-services/document-intelligence/**",
"**/_themes/**",
"**/obj/**",
"machine-learning/**",
"machine-learning/v1/**"
],
"src": "articles",
"dest": "."
},
{
"group": "grp-document-intelligence",
"src": "articles/ai-services/document-intelligence",
"dest": "./ai-services/document-intelligence/",
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"**/_themes/**",
"**/obj/**"
]
},
{
"group": "grp-machine-learning",
"src": "articles/machine-learning",
"dest": "./machine-learning/",
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"**/_themes/**",
"**/obj/**",
"**/v1/**",
"**/v-fake/**"
]
},
{
"group": "grp-machine-learningv1",
"src": "articles/machine-learning/v1",
"dest": "./machine-learning/",
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"**/_themes/**",
"**/obj/**"
]
},
{
"group": "grp-machine-learningv1",
"src": "articles/machine-learning/v-fake",
"dest": "./machine-learning/v1",
"files": [
"**/*.gif",
"**/*.jpeg",
"**/*.jpg",
"**/*.png",
"**/*.svg"
],
"exclude": [
"**/_themes/**",
"**/obj/**"
]
}
],
"groups": {
"grp-document-intelligence": {
"moniker_range": ">=doc-intel-2.1.0",
"dest": "destdocumentintelligence"
},
"grp-machine-learning": {
"moniker_range": "azureml-api-2 || azureml-api-1",
"dest": "destmachinelearning"
},
"grp-machine-learningv1": {
"moniker_range": "azureml-api-1",
"dest": "destmachinelearningv1"
}
},
"globalMetadata": {
"contributors_to_exclude": [
"alexbuckgit",
"American-Dipper",
"AnnaMHuff",
"cdpark",
"Court72",
"damabe",
"denrea",
"dksimpson",
"garycentric",
"GitHubber17",
"Jak-MS",
"JamesJBarnett",
"JasonWHowell",
"JillGrant615",
"JKirsch1",
"Jmart1428",
"JustPies",
"ktoliver",
"LizCasey1",
"MeeraDi",
"meganbradley",
"mohitp930",
"mSarts",
"ms-robkni",
"openpublishingbuild",
"paulth1",
"PMEds28",
"PRmerger",
"PRMerger17",
"PRMerger-2",
"PRMerger3",
"PRMerger4",
"PRMerger5",
"PRMerger9",
"rjagiewich",
"rmca14",
"Saisang",
"sdwheeler",
"ShannonLeavitt",
"ShawnJackson",
"ShawnKupfer",
"tfosmark",
"TimShererWithAquent",
"ttorble",
"tysonn",
"v-albemi",
"v-ccolin",
"v-dirichards",
"v-emilypr",
"v-lmcdonald",
"v-regandowner",
"v-savila",
"v-shils",
"v-stsavell",
"v-thepet",
"v-thpra"
],
"breadcrumb_path": "~/breadcrumb/azure-ai/toc.yml",
"brand": "azure",
"feedback_github_repo": "MicrosoftDocs/azure-docs",
"feedback_help_link_url": "https://learn.microsoft.com/answers/tags/133/azure",
"feedback_help_link_type": "get-help-at-qna",
"feedback_product_url": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"feedback_system": "Standard",
"searchScope": [
"Azure"
],
"permissioned-type": "public",
"recommendations": true,
"recommendation_types": [
"Training",
"Certification"
],
"uhfHeaderId": "azure",
"ms.suite": "office"
},
"fileMetadata": {
"author": {
"articles/ai-studio/**/*.md": "eric-urban",
"articles/ai-services/**/*.md": "eric-urban",
"articles/ai-services/anomaly-detector/**/*.md": "mrbullwinkle",
"articles/ai-services/computer-vision/**/*.md": "PatrickFarley",
"articles/ai-services/content-moderator/**/*.md": "PatrickFarley",
"articles/ai-services/custom-vision-service/**/*.md": "PatrickFarley",
"articles/ai-services/document-intelligence/**/*.md": "laujan",
"articles/ai-services/luis/**/*.md": "aahill",
"articles/ai-services/metrics-advisor/**/*.md": "mrbullwinkle",
"articles/ai-services/personalizer/**/*.md": "jcodella",
"articles/ai-services/qnamaker/**/*.md": "jboback",
"articles/ai-services/openai/**/*.md": "mrbullwinkle",
"articles/ai-services/speech-service/**/*.md": "eric-urban",
"articles/ai-services/language-service/**/*.md": "aahill",
"articles/ai-services/translator/**/*.md": "laujan",
"articles/open-datasets/**/*.md": "shubhirajMsft",
"articles/open-datasets/**/*.yml": "shubhirajMsft",
"articles/search/*.md": "HeidiSteen"
},
"featureFlags": {
"articles/**/*.md": [
"show_learn_banner"
]
},
"feedback_product_url": {
"articles/ai-services/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Anomaly-Detector/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Computer-vision/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Content-Moderator/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Custom-Vision-Service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/document-intelligence/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Immersive-Reader/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/LUIS/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/metrics-advisor/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/QnAMaker/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Personalizer/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/speech-service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=21041fae-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/language-service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
"articles/ai-services/Translator/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
"articles/genomics/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
"articles/machine-learning/**/*.md": "https://feedback.azure.com/d365community/forum/b9a0c624-ad25-ec11-b6e6-000d3a4f09d0",
"articles/machine-learning/data-science-virtual-machine/*.md": "https://feedback.azure.com/d365community/forum/fe7451c9-7426-ec11-b6e6-000d3a4f032c",
"articles/search/**/*.md": "https://feedback.azure.com/d365community/forum/9325d19e-0225-ec11-b6e6-000d3a4f07b8"
},
"feedback_system": {
"articles/ai-services/Anomaly-Detector/**/*.*": "None",
"articles/ai-services/content-moderator/**/*.*": "None",
"articles/ai-services/metrics-advisor/**/*.*": "None",
"articles/ai-services/personalizer/**/*.*": "None",
"articles/ai-services/qnamaker/**/*.*": "None",
"articles/ai-services/LUIS/**/*.*": "None"
},
"feedback_help_link_url": {
"articles/ai-services/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services/",
"articles/ai-services/Anomaly-Detector/**/*": "https://learn.microsoft.com/answers/tags/81/azure-anomaly-detector/",
"articles/ai-services/Computer-vision/**/*": "https://learn.microsoft.com/answers/tags/127/azure-computer-vision/",
"articles/ai-services/Content-Moderator/**/*": "https://learn.microsoft.com/answers/tags/481/content-safety/",
"articles/ai-services/Custom-Vision-Service/**/*": "https://learn.microsoft.com/answers/tags/195/azure-custom-vision/",
"articles/ai-services/document-intelligence/**/*": "https://learn.microsoft.com/answers/tags/440/document-intelligence/",
"articles/ai-services/Immersive-Reader/**/*": "https://learn.microsoft.com/answers/tags/43/azure-immersive-reader/",
"articles/ai-services/LUIS/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services",
"articles/ai-services/metrics-advisor/**/*": "https://learn.microsoft.com/answers/tags/149/azure-metrics-advisor/",
"articles/ai-services/openai/**/*": "https://learn.microsoft.com/answers/tags/387/azure-openai",
"articles/ai-services/QnAMaker/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services/",
"articles/ai-services/speech-service/**/*": "https://learn.microsoft.com/answers/tags/55/azure-speech/",
"articles/ai-services/language-service/**/*": "https://learn.microsoft.com/answers/tags/416/language-service/",
"articles/ai-services/Translator/**/*": "https://learn.microsoft.com/answers/tags/132/azure-translator/",
"articles/ai-studio/**/*": "https://learn.microsoft.com/answers/tags/387/azure-openai",
"articles/genomics/**/*": "https://learn.microsoft.com/answers/tags/45/azure-genomics/",
"articles/machine-learning/**/*": "https://learn.microsoft.com/answers/tags/75/azure-machine-learning/",
"articles/machine-learning/data-science-virtual-machine/**/*": "https://learn.microsoft.com/answers/tags/201/azure-data-science-vm/",
"articles/open-datasets/**/*": "https://learn.microsoft.com/answers/tags/8/azure-open-datasets/",
"articles/search/**/*": "https://learn.microsoft.com/en-us/answers/tags/109/azure-cognitive-search"
},
"feedback_help_link_type": {
"**/*": "get-help-at-qna"
},
"learn_banner_products": {
"articles/**/*.md": [
"azure"
]
},
"manager": {
"articles/search/**/*.md": "nitinme",
"articles/ai-studio/**/*.md": "nitinme",
"articles/ai-services/**/*.md": "nitinme",
"articles/genomics/**/*.md": "scottpolly",
"articles/genomics/**/*.yml": "scottpolly"
},
"ms.author": {
"articles/ai-studio/**/*.md": "eur",
"articles/ai-services/**/*.md": "eur",
"articles/ai-services/anomaly-detector/**/*.md": "mbullwin",
"articles/ai-services/computer-vision/**/*.md": "pafarley",
"articles/ai-services/content-moderator/**/*.md": "pafarley",
"articles/ai-services/custom-vision-service/**/*.md": "pafarley",
"articles/ai-services/document-intelligence/**/*.md": "lajanuar",
"articles/ai-services/luis/**/*.md": "aahi",
"articles/ai-services/metrics-advisor/**/*.md": "mbullwin",
"articles/ai-services/personalizer/**/*.md": "jacodel",
"articles/ai-services/qnamaker/**/*.md": "jboback",
"articles/ai-services/openai/**/*.md": "mbullwin",
"articles/ai-services/speech-service/**/*.md": "eur",
"articles/ai-services/language-service/**/*.md": "aahi",
"articles/ai-services/translator/**/*.md": "lajanuar",
"articles/open-datasets/**/*.md": "samkemp",
"articles/open-datasets/**/*.yml": "samkemp",
"articles/search/*.md": "heidist"
},
"ms.collection": {
"articles/ai-services/**/*.md": "ce-skilling-ai-copilot",
"articles/ai-services/**/*.yml": "ce-skilling-ai-copilot",
"articles/ai-studio/**/*.md": "ce-skilling-ai-copilot",
"articles/ai-studio/**/*.yml": "ce-skilling-ai-copilot",
"articles/search/**/*.md": "ce-skilling-ai-copilot",
"articles/search/**/*.yml": "ce-skilling-ai-copilot",
"articles/machine-learning/*.md": "ce-skilling-ai-copilot",
"articles/machine-learning/component-reference/*.md": "ce-skilling-ai-copilot",
"articles/machine-learning/component-reference/*.yml": "ce-skilling-ai-copilot",
"articles/machine-learning/component-reference-v2/*.md": "ce-skilling-ai-copilot",
"articles/machine-learning/component-reference-v2/*.yml": "ce-skilling-ai-copilot",
"articles/machine-learning/prompt-flow/*.md": "ce-skilling-ai-copilot",
"articles/machine-learning/v1/*.md": "ce-skilling-ai-copilot"
},
"ms.custom": {
"articles/machine-learning/v1/*.md": "UpdateFrequency5"
},
"ms.service": {
"articles/ai-studio/**/*.md": "azure-ai-services",
"articles/ai-services/**/*.md": "azure-ai-services",
"articles/ai-services/speech-service/*.md": "azure-ai-speech",
"articles/ai-services/translator/**/*.md": "azure-ai-translator",
"articles/ai-services/personalizer/**/*.md": "azure-ai-personalizer",
"articles/ai-services/computer-vision/**/*.md": "azure-ai-vision",
"articles/ai-services/content-moderator/**/*.md": "azure-ai-content-moderator",
"articles/ai-services/language-service/**/*.md": "azure-ai-language",
"articles/ai-services/anomaly-detector/**/*.md": "azure-ai-anomaly-detector",
"articles/ai-services/custom-vision-service/**/*.md": "azure-ai-custom-vision"
},
"monikerRange": {
"articles/ai-services/document-intelligence/**/*.md": ">=doc-intel-2.1.0",
"articles/machine-learning/**/*.md": "azureml-api-2",
"articles/machine-learning/v1/**/*.md": "azureml-api-1"
},
"recommendations": {
"articles/ai-services/Translator/**/*.md": false
},
"titleSuffix": {
"articles/ai-studio/**/*.md": "Azure AI Studio",
"articles/ai-services/**/*.md": "Azure AI services",
"articles/ai-services/LUIS/*.md": "Azure",
"articles/ai-services/LUIS/*.yml": "Azure",
"articles/machine-learning/*.md": "Azure Machine Learning",
"articles/open-datasets/**/*.md": "Azure Open Datasets",
"articles/open-datasets/**/*.yml": "Azure Open Datasets"
}
},
"overwrite": [],
"externalReference": [],
"template": []
}
}