diff options
author | Phil Hagelberg <phil@hagelb.org> | 2019-11-09 09:50:45 -0800 |
---|---|---|
committer | Phil Hagelberg <phil@hagelb.org> | 2019-11-09 18:09:29 -0800 |
commit | 6ef804966461ff4351e6c8d3c867131c2af5d26a (patch) | |
tree | ec2c8bacd325b50cf30afc74bb92c1c25f73c6b9 /docs/configuration/cheatsheet.md | |
parent | ef7c3bdc7a5d4047eca15b8469e1f7d7ab3bd39e (diff) | |
download | pleroma-6ef804966461ff4351e6c8d3c867131c2af5d26a.tar.gz |
Add changelog entry, cheatsheet docs, and alphabetize.
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 8f609fcfd..dddd379d3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -794,3 +794,10 @@ config :auto_linker, ] ``` +## :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`. |