Merge branch 'fix/docs-static-fe-category' into 'develop'
docs: move static-fe docs under a proper category See merge request pleroma/pleroma!1972
This commit is contained in:
commit
fb090b748a
|
@ -180,6 +180,14 @@ config :pleroma, :frontend_configurations,
|
||||||
|
|
||||||
These settings **need to be complete**, they will override the defaults.
|
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
|
### :assets
|
||||||
|
|
||||||
This section configures assets to be used with various frontends. Currently the only option
|
This section configures assets to be used with various frontends. Currently the only option
|
||||||
|
@ -797,11 +805,3 @@ config :auto_linker,
|
||||||
rel: "ugc"
|
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`.
|
|
||||||
|
|
Loading…
Reference in New Issue