X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfiguration%2Fcheatsheet.md;h=6c7f6020363d5a7cdef6ae3a9ba38eb68ba27369;hb=e27d78e7687c6d0a1b7b6b66bc802b474a1e7e2f;hp=61783cf3f1683c546d828f2f89ce74454b8ae5e3;hpb=ab2e61238ee0dd5df0744c8bd8a7ffb089c4a0f8;p=akkoma 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`.