Skip to content

Commit 6d39b8f

Browse files
authored
Merge pull request #29 from MicrosoftDocs/master
Sync with upstream master
2 parents fed7bd4 + 139b000 commit 6d39b8f

File tree

11,155 files changed

+212793
-157648
lines changed

Some content is hidden

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

11,155 files changed

+212793
-157648
lines changed

.openpublishing.publish.config.json

Lines changed: 18 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"
@@ -366,7 +372,7 @@
366372
"path_to_root": "azure-sdk-for-java-script-event-hubs",
367373
"url": "https://github.com/Azure/azure-sdk-for-js/",
368374
"branch": "master"
369-
},
375+
},
370376
{
371377
"path_to_root": "azure-sdk-for-net-event-hubs",
372378
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -376,7 +382,7 @@
376382
"path_to_root": "azure-sdk-for-python-event-hubs",
377383
"url": "https://github.com/Azure/azure-sdk-for-python/",
378384
"branch": "master"
379-
},
385+
},
380386
{
381387
"path_to_root": "cosmos-dotnet-getting-started",
382388
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -493,6 +499,11 @@
493499
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
494500
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
495501
"branch": "master"
502+
},
503+
{
504+
"path_to_root": "azure-storage-snippets",
505+
"url": "https://github.com/azure-samples/AzureStorageSnippets",
506+
"branch": "master"
496507
}
497508
],
498509
"branch_target_mapping": {
@@ -510,5 +521,8 @@
510521
"Pdf": {
511522
"template_folder": "_themes.pdf"
512523
}
524+
},
525+
"docs_build_engine": {
526+
"name": "docfx_v3"
513527
}
514528
}

0 commit comments

Comments
 (0)