Erroneous double quote syntax error (#6257)

Erroneous double quote in custom  extensions/documentation/config/settings.json example
This commit is contained in:
Riley Shea 2020-05-25 12:33:09 -04:00 committed by GitHub
parent 403e1169eb
commit 4f2ded3c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ Here are the file that needs to be created in order to change the documentation
},
"x-strapi-config": {
"path": "/documentation",
"showGeneratedFiles": true",
"showGeneratedFiles": true,
"pluginsForWhichToGenerateDoc": [
"email",
"upload",