diff --git a/docs/configuration/frontend_management.md b/docs/configuration/frontend_management.md index a95d50aa8..077fd9c31 100644 --- a/docs/configuration/frontend_management.md +++ b/docs/configuration/frontend_management.md @@ -19,14 +19,7 @@ config :pleroma, :frontends, admin: %{ "name" => "admin", "ref" => "develop" - }, - dwarves: %{ - "name" => "diggydiggy", - "ref" => "hole" - }, - extra: [ - %{"subdomain" => "dwarves", "key" => :dwarves} - ] + } ``` This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.