From dc6dc1443439904ea44f7560b21459c03c714b4c Mon Sep 17 00:00:00 2001 From: cmcclister Date: Fri, 7 Aug 2020 21:50:03 +0000 Subject: [PATCH] Initialize Docs repository: https://github.com/dotnet/docs-desktop of branch master --- .openpublishing.publish.config.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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" }