Skip to content

Commit a22082b

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into us1679050g
2 parents 9e1bfd2 + 602cd57 commit a22082b

File tree

6,659 files changed

+133993
-82518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,659 files changed

+133993
-82518
lines changed

.openpublishing.publish.config.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,53 @@
151151
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152152
"branch": "master",
153153
"branch_mapping": {}
154-
},
154+
},
155+
{
156+
"path_to_root": "functions-pytorch",
157+
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158+
"branch": "master",
159+
"branch_mapping": {}
160+
},
161+
{
162+
"path_to_root": "functions-quickstart-templates",
163+
"url": "https://github.com/Azure/azure-functions-templates",
164+
"branch": "dev"
165+
},
166+
{
167+
"path_to_root": "functions-docs-csharp",
168+
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
169+
"branch": "master"
170+
},
171+
{
172+
"path_to_root": "functions-docs-javascript",
173+
"url": "https://github.com/Azure-Samples/functions-docs-javascript",
174+
"branch": "master"
175+
},
176+
{
177+
"path_to_root": "functions-docs-typescript",
178+
"url": "https://github.com/Azure-Samples/functions-docs-typescript",
179+
"branch": "master"
180+
},
181+
{
182+
"path_to_root": "functions-docs-python",
183+
"url": "https://github.com/Azure-Samples/functions-docs-python",
184+
"branch": "master"
185+
},
186+
{
187+
"path_to_root": "functions-docs-powershell",
188+
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
189+
"branch": "master"
190+
},
155191
{
156192
"path_to_root": "samples-personalizer",
157193
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
158194
"branch": "master"
159195
},
196+
{
197+
"path_to_root": "samples-cognitive-services-data-files",
198+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
199+
"branch": "master"
200+
},
160201
{
161202
"path_to_root": "samples-luis",
162203
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -237,6 +278,11 @@
237278
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",
238279
"branch": "master"
239280
},
281+
{
282+
"path_to_root": "MachineLearningNotebooks",
283+
"url": "https://github.com/Azure/MachineLearningNotebooks",
284+
"branch": "master"
285+
},
240286
{
241287
"path_to_root": "aml-sdk-samples",
242288
"url": "https://github.com/Azure/MachineLearningNotebooks",
@@ -312,6 +358,26 @@
312358
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
313359
"branch": "master"
314360
},
361+
{
362+
"path_to_root": "azure-sdk-for-java-event-hubs",
363+
"url": "https://github.com/Azure/azure-sdk-for-java/",
364+
"branch": "master"
365+
},
366+
{
367+
"path_to_root": "azure-sdk-for-java-script-event-hubs",
368+
"url": "https://github.com/Azure/azure-sdk-for-js/",
369+
"branch": "master"
370+
},
371+
{
372+
"path_to_root": "azure-sdk-for-net-event-hubs",
373+
"url": "https://github.com/Azure/azure-sdk-for-net/",
374+
"branch": "master"
375+
},
376+
{
377+
"path_to_root": "azure-sdk-for-python-event-hubs",
378+
"url": "https://github.com/Azure/azure-sdk-for-python/",
379+
"branch": "master"
380+
},
315381
{
316382
"path_to_root": "cosmos-dotnet-getting-started",
317383
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -419,6 +485,11 @@
419485
"url": "https://github.com/Azure/azure-cosmosdb-java",
420486
"branch": "master"
421487
},
488+
{
489+
"path_to_root": "azure-cosmosdb-graph-dotnet",
490+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-graph-gremlindotnet-getting-started",
491+
"branch": "master"
492+
},
422493
{
423494
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
424495
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
@@ -440,5 +511,8 @@
440511
"Pdf": {
441512
"template_folder": "_themes.pdf"
442513
}
514+
},
515+
"docs_build_engine": {
516+
"name": "docfx_v3"
443517
}
444518
}

0 commit comments

Comments
 (0)