Skip to content

Commit 18b37c4

Browse files
committed
Merge branch 'kraigb-notebooks' of https://github.com/kraigb/azure-docs-pr into kraigb-notebooks
2 parents d912b5f + b1fd568 commit 18b37c4

File tree

28,889 files changed

+532853
-295679
lines changed

Some content is hidden

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

28,889 files changed

+532853
-295679
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ _themes.VS.Modern/
2121
articles/directories.txt
2222
AzureMigration.ps1
2323

24-
!/.vscode/extensions.json
24+
!/.vscode/extensions.json

.openpublishing.publish.config.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"version": 0
2222
}
2323
],
24-
"notification_subscribers": [],
24+
"notification_subscribers": [
25+
26+
],
2527
"sync_notification_subscribers": [
2628
2729
],
@@ -32,6 +34,12 @@
3234
"need_preview_pull_request": true,
3335
"contribution_branch_mappings": {},
3436
"dependent_repositories": [
37+
{
38+
"path_to_root": "quickstart-templates",
39+
"url": "https://github.com/Azure/azure-quickstart-templates",
40+
"branch": "master",
41+
"branch_mapping": {}
42+
},
3543
{
3644
"path_to_root": "_themes",
3745
"url": "https://github.com/Microsoft/templates.docs.msft",
@@ -68,11 +76,13 @@
6876
"path_to_root": "policy-templates",
6977
"url": "https://github.com/Azure/azure-policy",
7078
"branch": "master",
71-
"branch_mapping": {
72-
"release-build-mysql": "release-build",
73-
"release-build-postgresql": "release-build",
74-
"release-build-stellar": "release-build"
75-
}
79+
"branch_mapping": {}
80+
},
81+
{
82+
"path_to_root": "blueprints-templates",
83+
"url": "https://github.com/Azure/azure-blueprints",
84+
"branch": "master",
85+
"branch_mapping": {}
7686
},
7787
{
7888
"path_to_root": "azure-docs-json-samples",
@@ -314,11 +324,23 @@
314324
"branch": "master",
315325
"branch_mapping": {}
316326
},
327+
{
328+
"path_to_root": "samples-fbPageModeration",
329+
"url": "https://github.com/MicrosoftContentModerator/samples-fbPageModeration",
330+
"branch": "master",
331+
"branch_mapping": {}
332+
},
317333
{
318334
"path_to_root": "AIVisualProvision",
319335
"url": "https://github.com/Microsoft/AIVisualProvision",
320336
"branch": "master",
321337
"branch_mapping": {}
338+
},
339+
{
340+
"path_to_root": "VideoReviewConsoleApp",
341+
"url": "https://github.com/MicrosoftContentModerator/VideoReviewConsoleApp",
342+
"branch": "master",
343+
"branch_mapping": {}
322344
}
323345
],
324346
"branch_target_mapping": {

.openpublishing.redirection.json

Lines changed: 3709 additions & 828 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

.github/CONTRIBUTING.md renamed to CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Contributing to Microsoft Azure Documentation
22

3-
> Between March 5th and March 9th 2019, the MicrosoftDocs/azure-docs repo will be undergoing a Migration from it's current Markdown engine to the [Markdig](https://github.com/lunet-io/markdig) markdown engine. During this time, we will be turning off the ability to suspending merging of public pull requests in order to complete the migration.
4-
53
Thank you for taking the time to contribute to the Microsoft Azure documentation.
64

75
This guide covers some general topics around contribution and refers out to our [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations where relevant.

FETCH_HEAD

Whitespace-only changes.
File renamed without changes.

.github/LICENSE renamed to LICENSE

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)