Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,26 +2,26 @@
> A command-line shell and scripting interface for Drupal.
- Download module "foo"
- Download module "foo":
`drush dl {{foo}}`
- Download version 7.x-2.1-beta1 of module "foo"
- Download version 7.x-2.1-beta1 of module "foo":
`drush dl {{foo}}-7.x-2.1-beta1`
- Enable module "foo"
- Enable module "foo":
`drush en {{foo}}`
- Disable module "foo"
- Disable module "foo":
`drush dis {{foo}}`
- Clear all caches
- Clear all caches:
`drush cc all`
- Clear CSS and JavaScript caches
- Clear CSS and JavaScript caches:
`drush cc css-js`