We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a27a3 commit 08fa8cfCopy full SHA for 08fa8cf
.openpublishing.publish.config.json
@@ -46,13 +46,23 @@
46
"url": "https://github.com/MicrosoftDocs/dotnet-xref",
47
"branch": "live",
48
"branch_mapping": {}
49
+ },
50
+ {
51
+ "path_to_root": "_themes.pdf",
52
+ "url": "https://github.com/Microsoft/templates.docs.msft.pdf",
53
+ "branch": "master"
54
}
55
],
56
"branch_target_mapping": {
57
"live": [
58
"Publish",
59
"Pdf"
60
]
61
62
+ "Targets": {
63
+ "Pdf": {
64
+ "template_folder": "_themes.pdf"
65
+ }
66
},
67
"need_generate_pdf_url_template": true,
68
"need_generate_intellisense": false,
@@ -75,4 +85,4 @@
75
85
"mapping/monikerMapping.json"
76
86
77
87
"dest": "_site"
78
-}
88
+}
0 commit comments