Skip to content

Commit f0147f5

Browse files
author
David Strome
committed
removing unnecessary whitespace from publish.config.json
1 parent 8338e80 commit f0147f5

File tree

3 files changed

+318
-400
lines changed

3 files changed

+318
-400
lines changed

.openpublishing.publish.config.json

Lines changed: 0 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,164 +1,82 @@
1-
21
{
3-
42
"docsets_to_publish": [
5-
63
{
7-
84
"docset_name": "exchange-ps",
9-
105
"build_source_folder": "exchange",
11-
126
"build_output_subfolder": "exchange-ps",
13-
147
"locale": "en-us",
15-
168
"monikers": [],
17-
189
"moniker_ranges": [],
19-
2010
"open_to_public_contributors": true,
21-
2211
"type_mapping": {
23-
2412
"Conceptual": "Content",
25-
2613
"ManagedReference": "Content",
27-
2814
"RestApi": "Content",
29-
3015
"AzurePsModulePage": "Content"
31-
3216
},
33-
3417
"build_entry_point": "docs",
35-
3618
"template_folder": "_themes",
37-
3819
"version": 0,
39-
4020
"customized_template_paths": [
41-
4221
"_dependentPackages/azurecli.plugins/azurecli"
43-
4422
],
45-
4623
"customized_tasks": {
47-
4824
"docset_prebuild": [
49-
5025
"_dependentPackages/CommonPlugins/tools/PowerShellReference.ps1"
51-
5226
]
53-
5427
},
55-
5628
"monikerPath": [
57-
5829
"mapping/monikerMapping.json"
59-
6030
]
61-
6231
}
63-
6432
],
65-
6633
"notification_subscribers": [],
67-
6834
"branches_to_filter": [],
69-
7035
"git_repository_branch_open_to_public_contributors": "master",
71-
7236
"skip_source_output_uploading": false,
73-
7437
"need_preview_pull_request": true,
75-
7638
"contribution_branch_mappings": {},
77-
7839
"dependent_repositories": [
79-
8040
{
81-
8241
"path_to_root": "_themes",
83-
8442
"url": "https://github.com/Microsoft/templates.docs.msft",
85-
8643
"branch": "master",
87-
8844
"branch_mapping": {}
89-
9045
},
91-
9246
{
93-
9447
"path_to_root": "_themes.pdf",
95-
9648
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
97-
9849
"branch": "master",
99-
10050
"branch_mapping": {}
101-
10251
}
103-
10452
],
105-
10653
"branch_target_mapping": {
107-
10854
"live": [
109-
11055
"Publish",
111-
11256
"Pdf"
113-
11457
]
115-
11658
},
117-
11859
"need_generate_pdf_url_template": true,
119-
12060
"targets": {
121-
12261
"Pdf": {
123-
12462
"template_folder": "_themes.pdf"
125-
12663
}
127-
12864
},
129-
13065
"need_generate_pdf": false,
131-
13266
"need_generate_intellisense": false,
133-
13467
"dependent_packages": [
135-
13668
{
137-
13869
"path_to_root": "_dependentPackages/azurecli.plugins",
139-
14070
"id": "opbuild.templates.azurecli",
141-
14271
"version": "latest",
143-
14472
"nuget_feed": "https://www.myget.org/F/op/api/v2"
145-
14673
},
147-
14874
{
149-
15075
"path_to_root": "_dependentPackages/CommonPlugins",
151-
15276
"target_framework": "net45",
153-
15477
"version": "latest-prerelease",
155-
15678
"id": "Microsoft.OpenPublishing.CommonPlugins",
157-
15879
"nuget_feed": "https://www.myget.org/F/op-dev/api/v2"
159-
16080
}
161-
16281
]
163-
16482
}

0 commit comments

Comments
 (0)