logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: fb090b748ab7ec3740008017f419e210405e2633
parent: e27d78e7687c6d0a1b7b6b66bc802b474a1e7e2f
Author: rinpatch <rinpatch@sdf.org>
Date:   Mon, 11 Nov 2019 20:25:48 +0000

Merge branch 'fix/docs-static-fe-category' into 'develop'

docs: move static-fe docs under a proper category

See merge request pleroma/pleroma!1972

Diffstat:

Mdocs/configuration/cheatsheet.md16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md @@ -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`.