Skip to content
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

Merged
merged 5 commits into from
Oct 21, 2018
Merged

Add custom logo support #368

merged 5 commits into from
Oct 21, 2018

Conversation

vanderbake
Copy link
Contributor

A possible solution for the feature request I've opened earlier: #367

@codecov-io
Copy link

codecov-io commented Oct 12, 2018

Codecov Report

Merging #368 into master will decrease coverage by 0.54%.
The diff coverage is 25%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ Complexity Δ
src/Commands/GenerateDocumentation.php 94.69% <25%> (-2.56%) 35 <0> (+1)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 96f998a...50edba8. Read the comment docs.

config/apidoc.php Show resolved Hide resolved
* 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
Copy link
Contributor

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.

@@ -87,4 +87,16 @@
],
],
],

/*
* Custom logo path. Will be copied during generate command.
Copy link
Contributor

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.

@shalvah shalvah merged commit 92226ed into mpociot:master Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants