summaryrefslogtreecommitdiff
path: root/docs/config/small_customizations.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-02 23:28:45 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-02 23:28:45 +0300
commitacc62f327d45c0a9a0414da56bc339ec3e22cb63 (patch)
tree6ac0fbfc1c489e7e1823562f1717b29bf875d593 /docs/config/small_customizations.md
parentc5e937b156ea1f8f96ade7d9104fc2c5fd1dd9cd (diff)
downloadpleroma-acc62f327d45c0a9a0414da56bc339ec3e22cb63.tar.gz
pleroma-acc62f327d45c0a9a0414da56bc339ec3e22cb63.zip
Rename some directories because MkDocs uses them for categories
Diffstat (limited to 'docs/config/small_customizations.md')
-rw-r--r--docs/config/small_customizations.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/config/small_customizations.md b/docs/config/small_customizations.md
deleted file mode 100644
index f91657a4c..000000000
--- a/docs/config/small_customizations.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Small customizations
-
-See also static_dir.md for visual settings.
-
-## Theme
-
-All users of your instance will be able to change the theme they use by going to the settings (the cog in the top-right hand corner). However, if you wish to change the default theme, you can do so by editing `theme` in `config/dev.secret.exs` accordingly.
-
-## Message Visibility
-
-To enable message visibility options when posting like in the Mastodon frontend, set
-`scope_options_enabled` to `true` in `config/dev.secret.exs`.