-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom logo support #368
Conversation
Codecov Report
@@ Coverage Diff @@
## master #368 +/- ##
============================================
- Coverage 92.02% 91.48% -0.55%
- Complexity 191 192 +1
============================================
Files 10 10
Lines 489 493 +4
============================================
+ Hits 450 451 +1
- Misses 39 42 +3
Continue to review full report at Codecov.
|
config/apidoc.php
Outdated
* Custom logo path. Will be copied during generate command. | ||
* | ||
* If you want to use this, please be aware of the following rules: | ||
* - filename: logo.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the requirement on the filename can be removed, since they're providing the full path, including the filename.
config/apidoc.php
Outdated
@@ -87,4 +87,16 @@ | |||
], | |||
], | |||
], | |||
|
|||
/* | |||
* Custom logo path. Will be copied during generate command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add an explanation for the default? Something like "Set this to false to use the default logo". Also, please update the documentation.
A possible solution for the feature request I've opened earlier: #367