Skip to content

Commit

Permalink
Restoring PDF functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky authored and BillWagner committed Apr 12, 2017
1 parent 890c058 commit 40dd2dc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
"need_generate_intellisense": false,
"need_preview_pull_request": true,
"need_pr_comments": false,
"need_generate_pdf_url_template": false,
"need_generate_pdf_url_template": true,
"git_repository_branch_open_to_public_contributors": "master",
"git_repository_url_open_to_public_contributors": "https://github.com/dotnet/docs",
"branch_target_mapping": {
"live": ["Publish", "Pdf"],
"master": ["Publish", "Pdf"]
},
"Targets": {
"Pdf": {
"template_folder": "_themes.pdf"
}
},
"docsets_to_publish": [
{
"docset_name": "core-docs",
Expand Down

0 comments on commit 40dd2dc

Please sign in to comment.