diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-11 23:24:15 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-11 23:24:15 +0300 |
commit | 04473677ccd70281172b8295b44feebb01168386 (patch) | |
tree | d2b199bfc4e2c580948c32d7f02be1c5ac19667f | |
parent | e27d78e7687c6d0a1b7b6b66bc802b474a1e7e2f (diff) | |
download | pleroma-04473677ccd70281172b8295b44feebb01168386.tar.gz |
docs: move static-fe docs under a proper category
-rw-r--r-- | docs/configuration/cheatsheet.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 6c7f60203..7832f6962 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -180,6 +180,14 @@ config :pleroma, :frontend_configurations, These settings **need to be complete**, they will override the defaults. +### :static_fe + +Render profiles and posts using server-generated HTML that is viewable without using JavaScript. + +Available options: + +* `enabled` - Enables the rendering of static HTML. Defaults to `false`. + ### :assets This section configures assets to be used with various frontends. Currently the only option @@ -797,11 +805,3 @@ config :auto_linker, rel: "ugc" ] ``` - -## :static_fe - -Render profiles and posts using server-generated HTML that is viewable without using JavaScript. - -Available options: - -* `enabled` - Enables the rendering of static HTML. Defaults to `false`. |