Added basic docs for the Emoji Rake tasks
Fixes gitlab-org/gitlab-ce#14794 gitlab-com/performance#13 [ci skip]
This commit is contained in:
parent
63358f5755
commit
a5670cd59b
1 changed files with 20 additions and 0 deletions
|
@ -33,3 +33,23 @@ bundle exec rake gitlab:generate_docs
|
|||
```
|
||||
bundle exec rake services:doc
|
||||
```
|
||||
|
||||
## Updating Emoji Digests
|
||||
|
||||
To update the Emoji digests file (used for Emoji autocomplete) you must run the
|
||||
following:
|
||||
|
||||
```
|
||||
bundle exec rake gemojione:digests
|
||||
```
|
||||
|
||||
This will update the file `fixtures/emojis/digests.json` based on the currently
|
||||
available Emoji.
|
||||
|
||||
## Emoji Sprites
|
||||
|
||||
Generating a sprite file containing all the Emoji can be done by running:
|
||||
|
||||
```
|
||||
bundle exec rake gemojione:sprite
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue