diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:36:01 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:36:01 +0300 |
commit | 66450f861597ac5c5a349f005b7cc061e4e34ded (patch) | |
tree | abcc2663af1b7cbe7bea80613df2c81514f68d76 /docs/configuration/cheatsheet.md | |
parent | 2cbe2dcbde9346fd354de816ea660b3ab085d876 (diff) | |
download | pleroma-66450f861597ac5c5a349f005b7cc061e4e34ded.tar.gz |
Cheatsheet: Move the deprecated config warning into a warning block
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 35832e606..f1d41b0c6 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -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. |