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.
2 parents 714a80b + a1c52f5 commit 9b36a77Copy full SHA for 9b36a77
.openpublishing.publish.config.json
@@ -2,6 +2,21 @@
2
"build_entry_point": "docs",
3
"need_generate_pdf": false,
4
"need_generate_intellisense": false,
5
+ "branch_target_mapping": {
6
+ "live": [
7
+ "Publish",
8
+ "Pdf"
9
+ ],
10
+ "master": [
11
12
13
+ ]
14
+ },
15
+ "Targets": {
16
+ "Pdf": {
17
+ "template_folder": "_themes.pdf"
18
+ }
19
20
"docsets_to_publish": [
21
{
22
"docset_name": "vcppdocs",
@@ -29,8 +44,13 @@
29
44
"url": "https://github.com/Microsoft/templates.docs.msft",
30
45
"branch": "master",
31
46
"branch_mapping": {}
47
48
+ {
49
+ "path_to_root": "_themes.pdf",
50
+ "url": "https://github.com/Microsoft/templates.docs.msft.pdf",
51
+ "branch": "master"
32
52
}
33
53
],
34
54
"need_generate_pdf_url_template": false,
35
55
"enable_incremental_build": true
36
-}
56
+}
0 commit comments