remove the docs for stuff i didn't do
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 14 Jul 2022 11:11:00 +0000 (12:11 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 14 Jul 2022 11:11:00 +0000 (12:11 +0100)
docs/configuration/frontend_management.md

index a95d50aa8a62177f4a2815cea96c51efa4f37cf6..077fd9c31edada599276b95cdc6fab4322a9b290 100644 (file)
@@ -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.