Skip to content

Commit ff447a4

Browse files
bennageMike Wasson
authored and
Mike Wasson
committed
enabling PDF generation from TOCs (MicrosoftDocs#167)
* setting up PDF test * adding live * removing unnecessary config
1 parent ab5407b commit ff447a4

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.openpublishing.publish.config.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"need_generate_pdf": false,
2+
"need_generate_pdf": true,
33
"need_generate_intellisense": false,
44
"docsets_to_publish": [
55
{
@@ -41,15 +41,12 @@
4141
}
4242
],
4343
"branch_target_mapping": {
44-
"docs": [
45-
"Publish",
46-
"PDF"
47-
]
44+
"live": [ "Publish", "PDF" ]
4845
},
49-
"need_generate_pdf_url_template": false,
46+
"need_generate_pdf_url_template": true,
5047
"Targets": {
5148
"Pdf": {
5249
"template_folder": "_themes.pdf"
5350
}
5451
}
55-
}
52+
}

0 commit comments

Comments
 (0)