diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 11:02:07 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 11:02:07 +0300 |
commit | 8e08d5b2336bdb6108ec5df15b7b642e0bc2acad (patch) | |
tree | e3541dc55646ebeb130626b01862387d89538e34 /docs/configuration/custom_emoji.md | |
parent | 2656f418183d0109a1706a78a2517b61e12871c7 (diff) | |
download | pleroma-8e08d5b2336bdb6108ec5df15b7b642e0bc2acad.tar.gz pleroma-8e08d5b2336bdb6108ec5df15b7b642e0bc2acad.zip |
MkDocs does not like if a paragraph doesn't have a newline after it
Diffstat (limited to 'docs/configuration/custom_emoji.md')
-rw-r--r-- | docs/configuration/custom_emoji.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/custom_emoji.md b/docs/configuration/custom_emoji.md index f72c0edbc..1648840fd 100644 --- a/docs/configuration/custom_emoji.md +++ b/docs/configuration/custom_emoji.md @@ -4,6 +4,7 @@ Before you add your own custom emoji, check if they are available in an existing See `Mix.Tasks.Pleroma.Emoji` for information about emoji packs. To add custom emoji: + * Create the `STATIC-DIR/emoji/` directory if it doesn't exist (`STATIC-DIR` is configurable, `instance/static/` by default) * Create a directory with whatever name you want (custom is a good name to show the purpose of it). |