diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 996b7ddcd..81632aff6 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -7,7 +7,7 @@ "locale": "en-us", "monikers": [], "moniker_ranges": [], - "open_to_public_contributors": false, + "open_to_public_contributors": true, "type_mapping": { "Conceptual": "Content" }, @@ -18,8 +18,10 @@ "notification_subscribers": [], "sync_notification_subscribers": [], "branches_to_filter": [], + "git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/mdop-docs", + "git_repository_branch_open_to_public_contributors": "public", "skip_source_output_uploading": false, - "need_preview_pull_request": false, + "need_preview_pull_request": true, "contribution_branch_mappings": {}, "dependent_repositories": [ { @@ -30,7 +32,12 @@ } ], "branch_target_mapping": {}, - "need_generate_pdf_url_template": false, + "need_generate_pdf_url_template": true, + "targets": { + "pdf": { + "template_folder": "_themes.pdf" + } + }, "docs_build_engine": { "name": "docfx_v3" },