We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9c58a commit 130f2f5Copy full SHA for 130f2f5
.openpublishing.publish.config.json
@@ -18,17 +18,18 @@
18
}
19
],
20
"notification_subscribers": [],
21
+ "sync_notification_subscribers": null,
22
"branches_to_filter": [],
23
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/VBA-Docs",
- "git_repository_branch_open_to_public_contributors": "master",
24
+ "git_repository_branch_open_to_public_contributors": "main",
25
"skip_source_output_uploading": false,
26
"need_preview_pull_request": true,
27
"contribution_branch_mappings": {},
28
"dependent_repositories": [
29
{
30
"path_to_root": "_themes",
31
"url": "https://github.com/Microsoft/templates.docs.msft",
- "branch": "master",
32
+ "branch": "main",
33
"branch_mapping": {}
34
35
@@ -38,4 +39,4 @@
38
39
"docs_build_engine": {
40
"name": "docfx_v3"
41
-}
42
+}
0 commit comments