Merge branch 'nodeinfo-federation-enabled' into 'develop'
[akkoma] / docs / configuration / cheatsheet.md
index 61783cf3f1683c546d828f2f89ce74454b8ae5e3..6c7f6020363d5a7cdef6ae3a9ba38eb68ba27369 100644 (file)
@@ -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`.