Skip to content

Commit b36d017

Browse files
committed
bring even with master (resolve conflicts)
2 parents e816f57 + 3b6a169 commit b36d017

4,023 files changed

Lines changed: 82103 additions & 34684 deletions

File tree

Some content is hidden

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

.acrolinx-config.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{:allowed-branchname-matches ["^master$" "^release..*"]
2-
:allowed-filename-matches ["(?i)^memdocs/(?:(?!configmgr/mdt/use-the-mdt.md))"]}
1+
{:allowed-branchname-matches ["main" "release-.*"]
2+
:allowed-filename-matches ["(?i)memdocs/(?:(?!configmgr/mdt/use-the-mdt.md))" "windows-365"]}

.openpublishing.publish.config.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
},
1414
"build_entry_point": "docs",
1515
"template_folder": "_themes"
16+
},
17+
{
18+
"docset_name": "windows-365",
19+
"build_source_folder": "windows-365",
20+
"build_output_subfolder": "windows-365",
21+
"locale": "en-us",
22+
"monikers": [],
23+
"moniker_ranges": [],
24+
"open_to_public_contributors": true,
25+
"type_mapping": {
26+
"Conceptual": "Content"
27+
},
28+
"build_entry_point": "docs",
29+
"template_folder": "_themes"
1630
}
1731
],
1832
"notification_subscribers": [
@@ -21,21 +35,27 @@
2135
"sync_notification_subscribers": [],
2236
"branches_to_filter": [],
2337
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/memdocs",
24-
"git_repository_branch_open_to_public_contributors": "master",
38+
"git_repository_branch_open_to_public_contributors": "main",
2539
"skip_source_output_uploading": false,
2640
"need_preview_pull_request": true,
2741
"contribution_branch_mappings": {},
2842
"dependent_repositories": [
2943
{
3044
"path_to_root": "_themes",
3145
"url": "https://github.com/Microsoft/templates.docs.msft",
46+
"branch": "main",
47+
"branch_mapping": {}
48+
},
49+
{
50+
"path_to_root": "mde",
51+
"url": "https://github.com/MicrosoftDocs/microsoft-365-docs-pr/",
3252
"branch": "master",
3353
"branch_mapping": {}
3454
},
3555
{
3656
"path_to_root": "_themes.pdf",
3757
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
38-
"branch": "master",
58+
"branch": "main",
3959
"branch_mapping": {}
4060
}
4161
],
@@ -54,4 +74,4 @@
5474
"docs_build_engine": {
5575
"name": "docfx_v3"
5676
}
57-
}
77+
}

0 commit comments

Comments
 (0)