-
Notifications
You must be signed in to change notification settings - Fork 143
docs: add code block language for fix website #523
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
Conversation
MGatner
left a comment
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.
Thanks for adding these! I'm not sure if MkDocs uses the same aliases as GitHub but they differentiate she'll commands from terminal output: https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
Maybe test one or two before going through the trouble of changing them all.
|
|
||
| ``` | ||
| > composer require codeigniter4/shield | ||
| ```console |
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.
Shell
|
|
||
| 2. Or specify an explicit version: | ||
|
|
||
| ```console |
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.
Shell
| The above specifies `develop` branch. | ||
| See https://getcomposer.org/doc/articles/versions.md#branches | ||
|
|
||
| ```console |
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.
Shell
|
|
||
| 1. Run the following command. This command handles steps 1-5 of *Manual Setup* and runs the migrations. | ||
|
|
||
| ```console |
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.
Shell
|
|
||
| 5. **Migration** Run the migrations. | ||
|
|
||
| ```console |
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.
Shell


Hello,
PR are created to improve the display of the code block on the site and to facilitate the copying of commands by the user.
see : #508 (comment)
see : https://codeigniterchat.slack.com/archives/C47DHAS7M/p1668107201982039?thread_ts=1668040926.000199&cid=C47DHAS7M