Cheatsheet: Move the deprecated config warning into a warning block
authorrinpatch <rinpatch@sdf.org>
Thu, 3 Oct 2019 07:36:01 +0000 (10:36 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 3 Oct 2019 07:36:01 +0000 (10:36 +0300)
docs/configuration/cheatsheet.md

index 35832e606fdd91f29e7674a7e12435ba1a69dbe1..f1d41b0c6cfc133377cc6d894dc5d0aac68029e3 100644 (file)
@@ -212,14 +212,15 @@ These settings **need to be complete**, they will override the defaults.
 NOTE: for versions < 1.0, you need to set [`:fe`](#fe) to false, as shown a few lines below.
 
 ## :fe
-__THIS IS DEPRECATED__
+!!! warning
+    __THIS IS DEPRECATED__
 
-If you are using this method, please change it to the [`frontend_configurations`](#frontend_configurations) method.
-Please **set this option to false** in your config like this:
+    If you are using this method, please change it to the [`frontend_configurations`](#frontend_configurations) method.
+    Please **set this option to false** in your config like this:
 
-```elixir
-config :pleroma, :fe, false
-```
+    ```elixir
+    config :pleroma, :fe, false
+    ```
 
 This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:instance`` is set to false.