Documentation updates for stable release #73

Merged
floatingghost merged 21 commits from stable-docs into develop 2022-07-15 12:27:17 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 55ceb128ae - Show all commits

View file

@ -249,6 +249,8 @@ Notes:
* `total_user_limit`: the number of scheduled activities a user is allowed to create in total (Default: `300`)
* `enabled`: whether scheduled activities are sent to the job queue to be executed
## Frontend Management
### :frontend_configurations
This can be used to configure a keyword list that keeps the configuration data for any kind of frontend. By default, settings for `pleroma_fe` and `masto_fe` are configured. You can find the documentation for `pleroma_fe` configuration into [Pleroma-FE configuration and customization for instance administrators](/frontend/CONFIGURATION/#options).

View file

@ -13,11 +13,11 @@ Example:
```elixir
config :pleroma, :frontends,
primary: %{
"name" => "pleroma",
"ref" => "stable"
"name" => "pleroma-fe",
"ref" => "develop"
},
admin: %{
"name" => "admin",
"name" => "admin-fe",
"ref" => "develop"
}
```