summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-02 23:58:57 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-02 23:58:57 +0300
commit838ff12ec5d930bbd0caa472ea602ce665370bbc (patch)
tree668e86e58cc19908159ffe85c81f045e769c3a39 /docs
parent03e1898917d161c2682ded202d335de582c04989 (diff)
downloadpleroma-838ff12ec5d930bbd0caa472ea602ce665370bbc.tar.gz
pleroma-838ff12ec5d930bbd0caa472ea602ce665370bbc.zip
Remove "General tips for customizing Pleroma FE" because it's no longer
relevant and we have actual fe docs now
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/General-tips-for-customizing-Pleroma-FE.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/configuration/General-tips-for-customizing-Pleroma-FE.md b/docs/configuration/General-tips-for-customizing-Pleroma-FE.md
deleted file mode 100644
index 15c4882dd..000000000
--- a/docs/configuration/General-tips-for-customizing-Pleroma-FE.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# General tips for customizing Pleroma FE
-There are some configuration scripts for Pleroma BE and FE:
-
-1. `config/prod.secret.exs`
-1. `config/config.exs`
-1. `priv/static/static/config.json`
-
-The `prod.secret.exs` affects first. `config.exs` is for fallback or default. `config.json` is for GNU-social-BE-Pleroma-FE instances.
-
-Usually all you have to do is:
-
-1. Copy the section in the `config/config.exs` which you want to activate.
-1. Paste into `config/prod.secret.exs`.
-1. Edit `config/prod.secret.exs`.
-1. Restart the Pleroma daemon.
-
-`prod.secret.exs` is for the `MIX_ENV=prod` environment. `dev.secret.exs` is for the `MIX_ENV=dev` environment respectively.