Skip to content

Commit efb647a

Browse files
authored
Merge branch 'master' into master
2 parents 8ce60b2 + 1dc1a1b commit efb647a

File tree

14,567 files changed

+296949
-220705
lines changed

Some content is hidden

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

14,567 files changed

+296949
-220705
lines changed

.openpublishing.publish.config.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,22 @@
152152
"branch": "master",
153153
"branch_mapping": {}
154154
},
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+
},
155161
{
156162
"path_to_root": "functions-quickstart-templates",
157163
"url": "https://github.com/Azure/azure-functions-templates",
158164
"branch": "dev"
159165
},
166+
{
167+
"path_to_root": "functions-quickstart-java",
168+
"url": "https://github.com/Azure-Samples/functions-quickstarts-java",
169+
"branch": "master"
170+
},
160171
{
161172
"path_to_root": "functions-docs-csharp",
162173
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
@@ -181,7 +192,8 @@
181192
"path_to_root": "functions-docs-powershell",
182193
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
183194
"branch": "master"
184-
}, {
195+
},
196+
{
185197
"path_to_root": "samples-personalizer",
186198
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
187199
"branch": "master"
@@ -271,6 +283,11 @@
271283
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",
272284
"branch": "master"
273285
},
286+
{
287+
"path_to_root": "MachineLearningNotebooks",
288+
"url": "https://github.com/Azure/MachineLearningNotebooks",
289+
"branch": "master"
290+
},
274291
{
275292
"path_to_root": "aml-sdk-samples",
276293
"url": "https://github.com/Azure/MachineLearningNotebooks",
@@ -346,6 +363,26 @@
346363
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
347364
"branch": "master"
348365
},
366+
{
367+
"path_to_root": "azure-sdk-for-java-event-hubs",
368+
"url": "https://github.com/Azure/azure-sdk-for-java/",
369+
"branch": "master"
370+
},
371+
{
372+
"path_to_root": "azure-sdk-for-java-script-event-hubs",
373+
"url": "https://github.com/Azure/azure-sdk-for-js/",
374+
"branch": "master"
375+
},
376+
{
377+
"path_to_root": "azure-sdk-for-net-event-hubs",
378+
"url": "https://github.com/Azure/azure-sdk-for-net/",
379+
"branch": "master"
380+
},
381+
{
382+
"path_to_root": "azure-sdk-for-python-event-hubs",
383+
"url": "https://github.com/Azure/azure-sdk-for-python/",
384+
"branch": "master"
385+
},
349386
{
350387
"path_to_root": "cosmos-dotnet-getting-started",
351388
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -462,6 +499,11 @@
462499
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
463500
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
464501
"branch": "master"
502+
},
503+
{
504+
"path_to_root": "azure-storage-snippets",
505+
"url": "https://github.com/azure-samples/AzureStorageSnippets",
506+
"branch": "master"
465507
}
466508
],
467509
"branch_target_mapping": {
@@ -479,5 +521,8 @@
479521
"Pdf": {
480522
"template_folder": "_themes.pdf"
481523
}
524+
},
525+
"docs_build_engine": {
526+
"name": "docfx_v3"
482527
}
483528
}

0 commit comments

Comments
 (0)