Skip to content

Commit 08fa8cf

Browse files
author
TaraMeyer
authored
Update .openpublishing.publish.config.json (#475) (#476)
Updating PDF functionality
1 parent f3a27a3 commit 08fa8cf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,23 @@
4646
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
4747
"branch": "live",
4848
"branch_mapping": {}
49+
},
50+
{
51+
"path_to_root": "_themes.pdf",
52+
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
53+
"branch": "master"
4954
}
5055
],
5156
"branch_target_mapping": {
5257
"live": [
5358
"Publish",
5459
"Pdf"
5560
]
61+
},
62+
"Targets": {
63+
"Pdf": {
64+
"template_folder": "_themes.pdf"
65+
}
5666
},
5767
"need_generate_pdf_url_template": true,
5868
"need_generate_intellisense": false,
@@ -75,4 +85,4 @@
7585
"mapping/monikerMapping.json"
7686
],
7787
"dest": "_site"
78-
}
88+
}

0 commit comments

Comments
 (0)