We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ff86a commit 28f335fCopy full SHA for 28f335f
.openpublishing.publish.config.json
@@ -27,8 +27,18 @@
27
"url": "https://github.com/Microsoft/templates.docs.msft",
28
"branch": "master",
29
"branch_mapping": {}
30
+ },
31
+ {
32
+ "path_to_root": "_themes.pdf",
33
+ "url": "https://github.com/Microsoft/templates.docs.msft.pdf",
34
+ "branch": "master"
35
}
36
],
37
+ "Targets": {
38
+ "Pdf": {
39
+ "template_folder": "_themes.pdf"
40
+ }
41
42
"branch_target_mapping": {
43
"live": [
44
"Publish",
@@ -38,4 +48,4 @@
48
"need_generate_pdf_url_template": true,
49
"need_generate_pdf": false,
50
"need_generate_intellisense": false
-}
51
+}
0 commit comments