Skip to content

Commit 4270949

Browse files
author
Learn-Build-Service
committed
[migrate-content] Migrate Docfx Config
1 parent 3a66e7a commit 4270949

File tree

1 file changed

+79
-103
lines changed

1 file changed

+79
-103
lines changed

docfx.json

Lines changed: 79 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@
1919
"src": "articles",
2020
"dest": "."
2121
},
22+
{
23+
"files": [
24+
"**/*.md",
25+
"**/*.yml"
26+
],
27+
"exclude": [
28+
"**/_themes/**",
29+
"**/includes/**",
30+
"**/obj/**",
31+
"**/v1/**",
32+
"**/v-fake/**"
33+
],
34+
"src": "articles/machine-learning",
35+
"dest": "./machine-learning",
36+
"group": "grp-machine-learning"
37+
},
2238
{
2339
"files": [
2440
"**/*.md",
@@ -29,9 +45,9 @@
2945
"**/includes/**",
3046
"**/obj/**"
3147
],
32-
"src": "articles/ai-services/document-intelligence",
33-
"dest": "./ai-services/document-intelligence/",
34-
"group": "grp-document-intelligence"
48+
"src": "articles/machine-learning/v1",
49+
"dest": "./machine-learning",
50+
"group": "grp-machine-learningv1"
3551
},
3652
{
3753
"files": [
@@ -61,6 +77,24 @@
6177
"src": "articles",
6278
"dest": "."
6379
},
80+
{
81+
"files": [
82+
"**/*.gif",
83+
"**/*.jpeg",
84+
"**/*.jpg",
85+
"**/*.png",
86+
"**/*.svg"
87+
],
88+
"exclude": [
89+
"**/_themes/**",
90+
"**/obj/**",
91+
"**/v1/**",
92+
"**/v-fake/**"
93+
],
94+
"src": "articles/machine-learning",
95+
"dest": "./machine-learning/",
96+
"group": "grp-machine-learning"
97+
},
6498
{
6599
"files": [
66100
"**/*.gif",
@@ -73,15 +107,23 @@
73107
"**/_themes/**",
74108
"**/obj/**"
75109
],
76-
"src": "articles/ai-services/document-intelligence",
77-
"dest": "./ai-services/document-intelligence/",
78-
"group": "grp-document-intelligence"
110+
"src": "articles/machine-learning/v1",
111+
"dest": "./machine-learning/",
112+
"group": "grp-machine-learningv1"
79113
}
80114
],
81115
"groups": {
82116
"grp-document-intelligence": {
83117
"moniker_range": "\u003E=doc-intel-2.1.0",
84118
"dest": "destdocumentintelligence"
119+
},
120+
"grp-machine-learning": {
121+
"moniker_range": "azureml-api-2 || azureml-api-1",
122+
"dest": "destmachinelearning"
123+
},
124+
"grp-machine-learningv1": {
125+
"moniker_range": "azureml-api-1",
126+
"dest": "destmachinelearningv1"
85127
}
86128
},
87129
"globalMetadata": {
@@ -167,69 +209,25 @@
167209
},
168210
"fileMetadata": {
169211
"author": {
170-
"articles/ai-studio/**/*.md": "eric-urban",
171-
"articles/ai-services/**/*.md": "eric-urban",
172-
"articles/ai-services/anomaly-detector/**/*.md": "mrbullwinkle",
173-
"articles/ai-services/computer-vision/**/*.md": "PatrickFarley",
174-
"articles/ai-services/content-moderator/**/*.md": "PatrickFarley",
175-
"articles/ai-services/custom-vision-service/**/*.md": "PatrickFarley",
176-
"articles/ai-services/document-intelligence/**/*.md": "laujan",
177-
"articles/ai-services/luis/**/*.md": "aahill",
178-
"articles/ai-services/metrics-advisor/**/*.md": "mrbullwinkle",
179-
"articles/ai-services/personalizer/**/*.md": "jcodella",
180-
"articles/ai-services/qnamaker/**/*.md": "jboback",
181-
"articles/ai-services/openai/**/*.md": "mrbullwinkle",
182-
"articles/ai-services/speech-service/**/*.md": "eric-urban",
183-
"articles/ai-services/language-service/**/*.md": "aahill",
184-
"articles/ai-services/translator/**/*.md": "laujan"
212+
"articles/search/*.md": "HeidiSteen",
213+
"articles/open-datasets/**/*.md": "shubhirajMsft",
214+
"articles/open-datasets/**/*.yml": "shubhirajMsft"
185215
},
186216
"featureFlags": {
187217
"articles/**/*.md": [
188218
"show_learn_banner"
189219
]
190220
},
191221
"feedback_product_url": {
192-
"articles/ai-services/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858",
193-
"articles/ai-services/Anomaly-Detector/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
194-
"articles/ai-services/Computer-vision/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
195-
"articles/ai-services/Content-Moderator/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
196-
"articles/ai-services/Custom-Vision-Service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
197-
"articles/ai-services/document-intelligence/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=7a8853b4-0b25-ec11-b6e6-000d3a4f0858",
198-
"articles/ai-services/Immersive-Reader/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
199-
"articles/ai-services/LUIS/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858",
200-
"articles/ai-services/metrics-advisor/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
201-
"articles/ai-services/QnAMaker/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
202-
"articles/ai-services/Personalizer/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=6c8853b4-0b25-ec11-b6e6-000d3a4f0858",
203-
"articles/ai-services/speech-service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=21041fae-0b25-ec11-b6e6-000d3a4f0858",
204-
"articles/ai-services/language-service/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
205-
"articles/ai-services/Translator/**/*.md": "https://feedback.azure.com/d365community/forum/09041fae-0b25-ec11-b6e6-000d3a4f0858?c=449a6fba-0b25-ec11-b6e6-000d3a4f0858",
206-
"articles/genomics/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4"
207-
},
208-
"feedback_system": {
209-
"articles/ai-services/Anomaly-Detector/**/*.*": "None",
210-
"articles/ai-services/content-moderator/**/*.*": "None",
211-
"articles/ai-services/metrics-advisor/**/*.*": "None",
212-
"articles/ai-services/personalizer/**/*.*": "None",
213-
"articles/ai-services/qnamaker/**/*.*": "None",
214-
"articles/ai-services/LUIS/**/*.*": "None"
222+
"articles/machine-learning/**/*.md": "https://feedback.azure.com/d365community/forum/b9a0c624-ad25-ec11-b6e6-000d3a4f09d0",
223+
"articles/machine-learning/data-science-virtual-machine/*.md": "https://feedback.azure.com/d365community/forum/fe7451c9-7426-ec11-b6e6-000d3a4f032c",
224+
"articles/search/**/*.md": "https://feedback.azure.com/d365community/forum/9325d19e-0225-ec11-b6e6-000d3a4f07b8"
215225
},
216226
"feedback_help_link_url": {
217-
"articles/ai-services/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services/",
218-
"articles/ai-services/Anomaly-Detector/**/*": "https://learn.microsoft.com/answers/tags/81/azure-anomaly-detector/",
219-
"articles/ai-services/Computer-vision/**/*": "https://learn.microsoft.com/answers/tags/127/azure-computer-vision/",
220-
"articles/ai-services/Content-Moderator/**/*": "https://learn.microsoft.com/answers/tags/481/content-safety/",
221-
"articles/ai-services/Custom-Vision-Service/**/*": "https://learn.microsoft.com/answers/tags/195/azure-custom-vision/",
222-
"articles/ai-services/document-intelligence/**/*": "https://learn.microsoft.com/answers/tags/440/document-intelligence/",
223-
"articles/ai-services/Immersive-Reader/**/*": "https://learn.microsoft.com/answers/tags/43/azure-immersive-reader/",
224-
"articles/ai-services/LUIS/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services",
225-
"articles/ai-services/metrics-advisor/**/*": "https://learn.microsoft.com/answers/tags/149/azure-metrics-advisor/",
226-
"articles/ai-services/openai/**/*": "https://learn.microsoft.com/answers/tags/387/azure-openai",
227-
"articles/ai-services/QnAMaker/**/*": "https://learn.microsoft.com/answers/tags/441/ai-services/",
228-
"articles/ai-services/speech-service/**/*": "https://learn.microsoft.com/answers/tags/55/azure-speech/",
229-
"articles/ai-services/language-service/**/*": "https://learn.microsoft.com/answers/tags/416/language-service/",
230-
"articles/ai-services/Translator/**/*": "https://learn.microsoft.com/answers/tags/132/azure-translator/",
231-
"articles/ai-studio/**/*": "https://learn.microsoft.com/answers/tags/387/azure-openai",
232-
"articles/genomics/**/*": "https://learn.microsoft.com/answers/tags/45/azure-genomics/"
227+
"articles/machine-learning/**/*": "https://learn.microsoft.com/answers/tags/75/azure-machine-learning/",
228+
"articles/machine-learning/data-science-virtual-machine/**/*": "https://learn.microsoft.com/answers/tags/201/azure-data-science-vm/",
229+
"articles/open-datasets/**/*": "https://learn.microsoft.com/answers/tags/8/azure-open-datasets/",
230+
"articles/search/**/*": "https://learn.microsoft.com/en-us/answers/tags/109/azure-cognitive-search"
233231
},
234232
"feedback_help_link_type": {
235233
"**/*": "get-help-at-qna"
@@ -240,57 +238,35 @@
240238
]
241239
},
242240
"manager": {
243-
"articles/ai-studio/**/*.md": "nitinme",
244-
"articles/ai-services/**/*.md": "nitinme",
245-
"articles/genomics/**/*.md": "scottpolly",
246-
"articles/genomics/**/*.yml": "scottpolly"
241+
"articles/search/**/*.md": "nitinme"
247242
},
248243
"ms.author": {
249-
"articles/ai-studio/**/*.md": "eur",
250-
"articles/ai-services/**/*.md": "eur",
251-
"articles/ai-services/anomaly-detector/**/*.md": "mbullwin",
252-
"articles/ai-services/computer-vision/**/*.md": "pafarley",
253-
"articles/ai-services/content-moderator/**/*.md": "pafarley",
254-
"articles/ai-services/custom-vision-service/**/*.md": "pafarley",
255-
"articles/ai-services/document-intelligence/**/*.md": "lajanuar",
256-
"articles/ai-services/luis/**/*.md": "aahi",
257-
"articles/ai-services/metrics-advisor/**/*.md": "mbullwin",
258-
"articles/ai-services/personalizer/**/*.md": "jacodel",
259-
"articles/ai-services/qnamaker/**/*.md": "jboback",
260-
"articles/ai-services/openai/**/*.md": "mbullwin",
261-
"articles/ai-services/speech-service/**/*.md": "eur",
262-
"articles/ai-services/language-service/**/*.md": "aahi",
263-
"articles/ai-services/translator/**/*.md": "lajanuar"
244+
"articles/open-datasets/**/*.md": "samkemp",
245+
"articles/open-datasets/**/*.yml": "samkemp",
246+
"articles/search/*.md": "heidist"
264247
},
265248
"ms.collection": {
266-
"articles/ai-services/**/*.md": "ce-skilling-ai-copilot",
267-
"articles/ai-services/**/*.yml": "ce-skilling-ai-copilot",
268-
"articles/ai-studio/**/*.md": "ce-skilling-ai-copilot",
269-
"articles/ai-studio/**/*.yml": "ce-skilling-ai-copilot"
270-
},
271-
"ms.service": {
272-
"articles/ai-studio/**/*.md": "azure-ai-services",
273-
"articles/ai-services/**/*.md": "azure-ai-services",
274-
"articles/ai-services/speech-service/*.md": "azure-ai-speech",
275-
"articles/ai-services/translator/**/*.md": "azure-ai-translator",
276-
"articles/ai-services/personalizer/**/*.md": "azure-ai-personalizer",
277-
"articles/ai-services/computer-vision/**/*.md": "azure-ai-vision",
278-
"articles/ai-services/content-moderator/**/*.md": "azure-ai-content-moderator",
279-
"articles/ai-services/language-service/**/*.md": "azure-ai-language",
280-
"articles/ai-services/anomaly-detector/**/*.md": "azure-ai-anomaly-detector",
281-
"articles/ai-services/custom-vision-service/**/*.md": "azure-ai-custom-vision"
249+
"articles/search/**/*.md": "ce-skilling-ai-copilot",
250+
"articles/search/**/*.yml": "ce-skilling-ai-copilot",
251+
"articles/machine-learning/*.md": "ce-skilling-ai-copilot",
252+
"articles/machine-learning/component-reference/*.md": "ce-skilling-ai-copilot",
253+
"articles/machine-learning/component-reference/*.yml": "ce-skilling-ai-copilot",
254+
"articles/machine-learning/component-reference-v2/*.md": "ce-skilling-ai-copilot",
255+
"articles/machine-learning/component-reference-v2/*.yml": "ce-skilling-ai-copilot",
256+
"articles/machine-learning/prompt-flow/*.md": "ce-skilling-ai-copilot",
257+
"articles/machine-learning/v1/*.md": "ce-skilling-ai-copilot"
282258
},
283259
"monikerRange": {
284-
"articles/ai-services/document-intelligence/**/*.md": "\u003E=doc-intel-2.1.0"
285-
},
286-
"recommendations": {
287-
"articles/ai-services/Translator/**/*.md": false
260+
"articles/machine-learning/**/*.md": "azureml-api-2",
261+
"articles/machine-learning/v1/**/*.md": "azureml-api-1"
288262
},
289263
"titleSuffix": {
290-
"articles/ai-studio/**/*.md": "Azure AI Studio",
291-
"articles/ai-services/**/*.md": "Azure AI services",
292-
"articles/ai-services/LUIS/*.md": "Azure",
293-
"articles/ai-services/LUIS/*.yml": "Azure"
264+
"articles/machine-learning/*.md": "Azure Machine Learning",
265+
"articles/open-datasets/**/*.md": "Azure Open Datasets",
266+
"articles/open-datasets/**/*.yml": "Azure Open Datasets"
267+
},
268+
"ms.custom": {
269+
"articles/machine-learning/v1/*.md": "UpdateFrequency5"
294270
}
295271
},
296272
"overwrite": [],

0 commit comments

Comments
 (0)