From: FloatingGhost Date: Thu, 14 Jul 2022 11:11:00 +0000 (+0100) Subject: remove the docs for stuff i didn't do X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d0366705d8b9ea5f80b60b88bea035396b532cab;p=akkoma remove the docs for stuff i didn't do --- 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.