Update docfx.json

added "**/*.pdf" on resource.files
This commit is contained in:
Thomas Raya
2019-10-24 15:00:37 -07:00
committed by GitHub
parent 87669ed44c
commit 898353584f

View File

@ -21,7 +21,8 @@
"files": [
"**/*.png",
"**/*.jpg",
"**/*.gif"
"**/*.gif",
"**/*.pdf"
],
"exclude": [
"**/obj/**",