From: rinpatch Date: Sun, 23 Jun 2019 04:43:45 +0000 (+0300) Subject: Add a Further Reading section to the OTP install guide X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=66e92dc0ca9fe50dad5a758cf2b16543bff03c2e;p=akkoma Add a Further Reading section to the OTP install guide --- diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md index b9ac1b955..e9d913604 100644 --- a/docs/installation/releases_en.md +++ b/docs/installation/releases_en.md @@ -253,3 +253,10 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl update" su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate" ``` But you should **always check the release notes/changelog** in case there are config deprecations, special update steps, etc. + +## Further reading +* [Configuration](config.html) +* [Pleroma's base config.exs](https://git.pleroma.social/pleroma/pleroma/blob/master/config/config.exs) +* [Hardening your instance](hardening.html) +* [Pleroma Clients](clients.html) +* [Emoji pack manager](Mix.Tasks.Pleroma.Emoji.html)