docs: move static-fe docs under a proper category
authorrinpatch <rinpatch@sdf.org>
Mon, 11 Nov 2019 20:24:15 +0000 (23:24 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 11 Nov 2019 20:24:15 +0000 (23:24 +0300)
docs/configuration/cheatsheet.md

index 6c7f6020363d5a7cdef6ae3a9ba38eb68ba27369..7832f69621a2a1522a14d4cf5ab5880ec4b77eb2 100644 (file)
@@ -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`.