diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index d431732..ed091e7 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -29,10 +29,27 @@ "url": "https://github.com/Microsoft/templates.docs.msft", "branch": "master", "branch_mapping": {} + }, + { + "path_to_root": "_themes.pdf", + "url": "https://github.com/Microsoft/templates.docs.msft.pdf", + "branch": "master", + "branch_mapping": {} } ], - "branch_target_mapping": {}, - "need_generate_pdf_url_template": false, + "branch_target_mapping": { + "live": [ + "Publish", + "Pdf", + "Intellisense" + ] + }, + "need_generate_pdf_url_template": true, + "targets": { + "pdf": { + "template_folder": "_themes.pdf" + } + }, "docs_build_engine": { "name": "docfx_v3" }