diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-28 07:58:59 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-28 07:58:59 +0000 |
commit | b6454591ccaeced4c57562167be903308102a25d (patch) | |
tree | 3b3cfc57580f2a51cb7969b3a381b654df612d1a /doc/raketasks | |
parent | 55a662e0c94d19cc09bcec7a2701252cfa1e1450 (diff) | |
parent | 891ea6f6e66c753d9a2f7a4e261f4d37e118c253 (diff) | |
download | gitlab-ce-b6454591ccaeced4c57562167be903308102a25d.tar.gz |
Merge branch 'highlight-js' into 'master'
Highlight.Js
Replace pygments code highlight with client-side library - highlight.js
http://highlightjs.org/
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/user_management.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/user_management.md b/doc/raketasks/user_management.md index 8fa2ed1311c..9884c9c0fe3 100644 --- a/doc/raketasks/user_management.md +++ b/doc/raketasks/user_management.md @@ -1,6 +1,6 @@ ### Add user as a developer to all projects -``` +```bash bundle exec rake gitlab:import:user_to_projects[username@domain.tld] ``` @@ -11,6 +11,6 @@ Notes: * admin users are added as masters -``` +```bash bundle exec rake gitlab:import:all_users_to_all_projects ``` |