aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-11-11 19:10:44 +0000
committerkaniini <ariadne@dereferenced.org>2019-11-11 19:10:44 +0000
commit2cc043591c0d69a8793a70db39ddd2429b1c03f5 (patch)
treef2fa02478913a174bd4dc753dd6bc5f90f09a72e /docs/configuration
parent55ac38c1d26eb2e59b66eea224f621283d187212 (diff)
parent3cc49cdb78bf14897030c476b00fb07064f2d74e (diff)
downloadpleroma-2cc043591c0d69a8793a70db39ddd2429b1c03f5.tar.gz
Merge branch 'feature/static-fe' into 'develop'
Static frontend See merge request pleroma/pleroma!1917
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 61783cf3f..6c7f60203 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -798,3 +798,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`.