From 2d890bf01ba9f8b73b54bb372996d7b6f80bffaf Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Thu, 20 Feb 2020 23:41:32 -0800 Subject: [PATCH] remove pdf and deprecated settings --- .openpublishing.publish.config.json | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 0469be50fbf..ddfcf925a0e 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -50,7 +50,6 @@ } ], "notification_subscribers": [], - "branches_to_filter": [], "git_repository_branch_open_to_public_contributors": "master", "skip_source_output_uploading": false, "need_preview_pull_request": true, @@ -63,12 +62,6 @@ "branch": "master", "branch_mapping": {} }, - { - "path_to_root": "_themes.pdf", - "url": "https://github.com/Microsoft/templates.docs.msft.pdf", - "branch": "master", - "branch_mapping": {} - }, { "path_to_root": "samples", "url": "https://github.com/dotnet/samples", @@ -80,25 +73,17 @@ ], "branch_target_mapping": { "live": [ - "Publish", - "Pdf" + "Publish" ], "master": [ - "Publish", - "Pdf" + "Publish" ], "intellisense": [ "Intellisense" ] }, - "need_generate_pdf_url_template": true, - "targets": { - "Pdf": { - "template_folder": "_themes.pdf" - } - }, - "need_generate_pdf": false, - "need_generate_intellisense": false, + "need_generate_pdf_url_template": false, + "targets": {}, "dependent_packages": [ { "id": "Microsoft.DocAsCode.ECMA2Yaml",