-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update README.markdown #13595
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
Update README.markdown #13595
Conversation
I agree with some of the proposed changes ... but not with some important ones. This change for example: Before it was a bit plain and boring ... but it was clear that this repository is "Symfony Docs" and not "Symfony". Not it'd look like the Symfony repo, which is confusing ... and the "Website" link doesn't link to "Symfony Website" but to "Symfony Docs page" ... so it's confusing too 🤔 |
Oh, I like this a lot :) @javiereguiluz please note that the centered logo is also used on e.g. the Symfony Flex repository: https://github.com/symfony/flex I think, if use it more across all readme's, that it becomes more a brand signature than "code repository" signature. What do you think about changing it to this? <p align="center">
<a href="https://symfony.com/doc/current/index.html" target="_blank">
<img src="https://symfony.com/logos/symfony_black_02.svg">
</a>
</p>
<h3 align="center">The official Symfony documentation.</h3>
<p align="center">
<a href="https://symfony.com/doc/current/index.html">
Online version
</a>
<span> | </span>
<a href="https://symfonycasts.com">
Screencasts
</a>
<span> | </span>
<a href="https://symfony.com/doc/current/contributing/documentation/overview.html">
Contributing
</a>
<span> | </span>
<a href="https://github.com/symfony/symfony">
Code repository
</a>
</p> |
Yes it was at first to put the sf logo like others main ones (sf/cli /flex etc) => more branding repo The way that logo are already existing and stored, i used the same one, maybe someone can/could create with the word « doc » or « documentation » inside the image That being said, while doing it, i added sf cast link because i think it is valuable as en entry point main documentation, maybe other links can leave here too Thx |
@wouterj I've done like you suggested |
I really like it 👍 but had the same question when looking at the change. I think linking to symfony/symfony makes more sense (as this document lives inside symfony/symfony-docs anyway, so a link feels a bit self-referential to me) but maybe change the label to "Symfony Code Repository" or just "Symfony Code/Repository"? |
Maybe adding both ? I do not know for my part, maybe must not overcharged the page |
I'm still completely against this proposal 😐 In my opinion it introduces many issues. First, in this design, the red squares are the only things users will see (the line about "Hey, these are Symfony Docs" will be missed by most people): Second, in this line there are many things that can be confusing too: |
perhaps because there are a lot of changes here indeed
yes it is the discussion here #13595 (comment) we should discuss, my main goal was to add a link to sfcast because it is very usefull but I agree there are similar links that can confuse for the first part the red squares, maybe design a logo with the word doc into it? |
Sorry, wrong button. In the end... how important is the README to discover the repository? I mean, you've gone to Besides this, as mentioned before, there are more repositories showing the Symfony logo (such as Flex) - it's a brand, not an indication of PHP code. |
as mentioned at first in the PR description
What do you suggest, after our discussions, for each points?
I then can rework or close and reopen smaller ones thank you |
friendly ping @wouterj @javiereguiluz :) |
I would say yes. The latest Symfony project also has this, so it's becoming more and more "on brand" to do this: https://github.com/symfony/ux
I would remove the "contributing" header (it's fine not to start with a header) and remove the "Code repository" link.
I would say yes |
This PR has been closed because the master has been removed. |
This PR was merged into the 4.4 branch. Discussion ---------- Improve README Hi, this PR replaces #13595 @wouterj @javiereguiluz i have done what was decided on the other PR Feel free to edit this PR to match "in a brand way" all the other repo readme entrypoint Thanks Commits ------- 9408dd8 Improve README
Hi, a small documentation readme upgrade
I also think it could be good to create a pattern for all readmes arround main sf repos (as a brand)
feel free to close/improve if needed
cheers :)