From d0366705d8b9ea5f80b60b88bea035396b532cab Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 14 Jul 2022 12:11:00 +0100 Subject: [PATCH] remove the docs for stuff i didn't do --- docs/configuration/frontend_management.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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.