Skip to content

Commit bf648f8

Browse files
authored
remove pdf and deprecated settings (#3897)
1 parent 0376701 commit bf648f8

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
}
5151
],
5252
"notification_subscribers": [],
53-
"branches_to_filter": [],
5453
"git_repository_branch_open_to_public_contributors": "master",
5554
"skip_source_output_uploading": false,
5655
"need_preview_pull_request": true,
@@ -63,12 +62,6 @@
6362
"branch": "master",
6463
"branch_mapping": {}
6564
},
66-
{
67-
"path_to_root": "_themes.pdf",
68-
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
69-
"branch": "master",
70-
"branch_mapping": {}
71-
},
7265
{
7366
"path_to_root": "samples",
7467
"url": "https://github.com/dotnet/samples",
@@ -80,25 +73,17 @@
8073
],
8174
"branch_target_mapping": {
8275
"live": [
83-
"Publish",
84-
"Pdf"
76+
"Publish"
8577
],
8678
"master": [
87-
"Publish",
88-
"Pdf"
79+
"Publish"
8980
],
9081
"intellisense": [
9182
"Intellisense"
9283
]
9384
},
94-
"need_generate_pdf_url_template": true,
95-
"targets": {
96-
"Pdf": {
97-
"template_folder": "_themes.pdf"
98-
}
99-
},
100-
"need_generate_pdf": false,
101-
"need_generate_intellisense": false,
85+
"need_generate_pdf_url_template": false,
86+
"targets": {},
10287
"dependent_packages": [
10388
{
10489
"id": "Microsoft.DocAsCode.ECMA2Yaml",

0 commit comments

Comments
 (0)