Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[RFC] remove duplicated explanation#5482
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
$ php app/console server:stop | ||
.. tip:: | ||
See the Installtion Manual. :doc:`/book/installtion`. |
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.
Minor typo: :doc:/book/installtion
--> :doc:/book/installation
@jackdelin thank you, fixed it. |
@DQNEO I love this pull request. This "deduplication" is really the right thing to do and it will simplify the work of our doc managers. I've created a new pull request (#5497) to reword the text that explains where to look for the Symfony installation help. Of course I took your original commits from this pull request, so you won't lose the credit of your work. Thanks! |
@DQNEO@javiereguiluz Do you suggest to close here in favor of#5497 or do you like to discuss both things separately? |
I closed this one. |
We made it! |
First, thank you very much for your great effort to maintain this documentation.
I am one of Symfony newbies, and I felt reading documentation is a little bit difficult.
One of the reasons is that there is some duplication of explanations.
I know this PR is a kind of controversial one, but removing duplication would make less confusion for new comers.