aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-23 07:43:45 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-23 07:43:45 +0300
commit66e92dc0ca9fe50dad5a758cf2b16543bff03c2e (patch)
tree20c1ffbff40304b6beb432ca6c3dfa713146166d
parent997e766929172eddade2416c9e915806a402a8d1 (diff)
downloadpleroma-66e92dc0ca9fe50dad5a758cf2b16543bff03c2e.tar.gz
Add a Further Reading section to the OTP install guide
-rw-r--r--docs/installation/releases_en.md7
1 files changed, 7 insertions, 0 deletions
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)