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
splitting up some docs, closes #4155 #4171
Conversation
| @@ -424,7 +426,7 @@ php composer.phar config repositories.foo vcs https://github.com/foo/bar | |||
| ## create-project | |||
|
|
|||
| You can use Composer to create new projects from an existing package. This is | |||
| the equivalent of doing a git clone/svn checkout followed by a composer install | |||
| the equivalent of doing a git clone/svn checkout followed by a "composer install" | |||
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.
Ticks instead of quotes?
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'm merely trying to follow the styling used in general. I found that often "" are used when the subject doesn't directly relate to the paragraph or an inline code block might distract from the flow of reading.
/cc @Seldaek got any feedback on desired use of quotes or backticks here?
splitting up some docs, closes #4155
Work in progress, feedback please.
I feel like it doesn't really make sense to put config after community. However, because of the numbering of the filenames and this actually being reflected in the urls generated, this PR might break some external links. Should I revert that change and move config to the last page (07)?