Add a Further Reading section to the OTP install guide
authorrinpatch <rinpatch@sdf.org>
Sun, 23 Jun 2019 04:43:45 +0000 (07:43 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 23 Jun 2019 04:43:45 +0000 (07:43 +0300)
docs/installation/releases_en.md

index b9ac1b955f3b04a6c1c9f4c31b054279e511173c..e9d913604549e749c6dea27be68e287ee2a7f16d 100644 (file)
@@ -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)