Update docfx.json

added  "**/*.pdf" to resource.files
This commit is contained in:
Thomas Raya 2019-10-24 14:13:02 -07:00 committed by GitHub
parent eefb0bdc95
commit bbb233ef07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
],
"resource": [
{
"files": ["**/images/**"],
"files": ["**/images/**", "**/*.pdf"],
"exclude": ["**/obj/**"]
}
],