remove the docs for stuff i didn't do #72

Merged
floatingghost merged 1 commit from remove-weird-frontend into develop 2022-07-14 11:11:39 +00:00
Showing only changes of commit d0366705d8 - Show all commits

View 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.