Skip to content

Commit 3be2cf0

Browse files
authored
Merge pull request #2 from MicrosoftDocs/master
update
2 parents 3437022 + d668995 commit 3be2cf0

File tree

13,272 files changed

+264795
-207809
lines changed

Some content is hidden

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

13,272 files changed

+264795
-207809
lines changed

.openpublishing.publish.config.json

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,17 @@
157157
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158158
"branch": "master",
159159
"branch_mapping": {}
160-
},
160+
},
161161
{
162162
"path_to_root": "functions-quickstart-templates",
163163
"url": "https://github.com/Azure/azure-functions-templates",
164164
"branch": "dev"
165165
},
166+
{
167+
"path_to_root": "functions-quickstart-java",
168+
"url": "https://github.com/Azure-Samples/functions-quickstarts-java",
169+
"branch": "master"
170+
},
166171
{
167172
"path_to_root": "functions-docs-csharp",
168173
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
@@ -187,7 +192,8 @@
187192
"path_to_root": "functions-docs-powershell",
188193
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
189194
"branch": "master"
190-
}, {
195+
},
196+
{
191197
"path_to_root": "samples-personalizer",
192198
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
193199
"branch": "master"
@@ -227,6 +233,11 @@
227233
"url": "https://github.com/Azure-Samples/azure-iot-samples-node",
228234
"branch": "master"
229235
},
236+
{
237+
"path_to_root": "azure-iot-sdk-node",
238+
"url": "https://github.com/Azure/azure-iot-sdk-node",
239+
"branch": "master"
240+
},
230241
{
231242
"path_to_root": "iot-samples-c",
232243
"url": "https://github.com/Azure/azure-iot-sdk-c",
@@ -366,7 +377,7 @@
366377
"path_to_root": "azure-sdk-for-java-script-event-hubs",
367378
"url": "https://github.com/Azure/azure-sdk-for-js/",
368379
"branch": "master"
369-
},
380+
},
370381
{
371382
"path_to_root": "azure-sdk-for-net-event-hubs",
372383
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -376,7 +387,7 @@
376387
"path_to_root": "azure-sdk-for-python-event-hubs",
377388
"url": "https://github.com/Azure/azure-sdk-for-python/",
378389
"branch": "master"
379-
},
390+
},
380391
{
381392
"path_to_root": "cosmos-dotnet-getting-started",
382393
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -493,6 +504,11 @@
493504
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
494505
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
495506
"branch": "master"
507+
},
508+
{
509+
"path_to_root": "azure-storage-snippets",
510+
"url": "https://github.com/azure-samples/AzureStorageSnippets",
511+
"branch": "master"
496512
}
497513
],
498514
"branch_target_mapping": {
@@ -510,5 +526,8 @@
510526
"Pdf": {
511527
"template_folder": "_themes.pdf"
512528
}
529+
},
530+
"docs_build_engine": {
531+
"name": "docfx_v3"
513532
}
514533
}

0 commit comments

Comments
 (0)