Skip to content

Commit b2b4371

Browse files
author
TaraMeyer
committed
Initialize open publishing repository: https://github.com/Azure/azure-docs-powershell of branch master
1 parent 42bfd51 commit b2b4371

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.openpublishing.publish.config.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"build_entry_point": "docs",
33
"need_generate_pdf": true,
4-
"need_generate_intellisense": false,
5-
"enable_incremental_build": false,
64
"docsets_to_publish": [
75
{
86
"docset_name": "azureps",
@@ -11,7 +9,6 @@
119
"locale": "en-us",
1210
"monikers": [],
1311
"open_to_public_contributors": true,
14-
1512
"type_mapping": {
1613
"Conceptual": "Content",
1714
"ManagedReference": "Content",
@@ -33,8 +30,10 @@
3330
],
3431
"notification_subscribers": [],
3532
"branches_to_filter": [],
36-
"skip_source_output_uploading": false,
3733
"git_repository_branch_open_to_public_contributors": "master",
34+
"skip_source_output_uploading": false,
35+
"enable_incremental_build": false,
36+
"contribution_branch_mappings": {},
3837
"dependent_repositories": [
3938
{
4039
"path_to_root": "_themes",
@@ -49,6 +48,14 @@
4948
"branch_mapping": {}
5049
}
5150
],
51+
"branch_target_mapping": {
52+
"live": [
53+
"Publish",
54+
"Pdf"
55+
]
56+
},
57+
"need_generate_pdf_url_template": true,
58+
"need_generate_intellisense": false,
5259
"dependent_packages": [
5360
{
5461
"path_to_root": "_dependentPackages/azurecli.plugins",
@@ -67,6 +74,5 @@
6774
"monikerPath": [
6875
"mapping/monikerMapping.json"
6976
],
70-
"need_generate_pdf_url_template": true,
7177
"dest": "_site"
72-
}
78+
}

0 commit comments

Comments
 (0)