Skip to content

Commit 08ed9c5

Browse files
committed
Adding PDF download option for SP Dev Docs
1 parent 5af14e7 commit 08ed9c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
],
5454
"branch_target_mapping": {
55-
"master": [
55+
"live": [
5656
"Publish",
5757
"Pdf"
5858
]

docs/docfx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"exclude": [
1010
"**/obj/**",
1111
"**/includes/**",
12+
"**/_themes/**",
13+
"**/_themes.pdf/**",
1214
"README.md",
1315
"LICENSE",
1416
"LICENSE-CODE",

0 commit comments

Comments
 (0)