We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60eb4c9 commit 6d85c66Copy full SHA for 6d85c66
.openpublishing.publish.config.json
@@ -25,12 +25,22 @@
25
"contribution_branch_mappings": {},
26
"dependent_repositories": [
27
{
28
- "path_to_root": "_themes",
29
- "url": "https://github.com/Microsoft/templates.docs.msft",
+ "path_to_root": "_themes.pdf",
+ "url": "https://github.com/Microsoft/templates.docs.msft.pdf",
30
"branch": "master",
31
"branch_mapping": {}
32
}
33
],
34
- "branch_target_mapping": {},
35
- "need_generate_pdf_url_template": false
+ "branch_target_mapping": {
+ "live": [
36
+ "Publish",
37
+ "Pdf"
38
+ ]
39
+ },
40
+ "need_generate_pdf_url_template": true,
41
+ "targets": {
42
+ "pdf": {
43
+ "template_folder": "_themes.pdf"
44
+ }
45
46
0 commit comments