remove the docs for stuff i didn't do

This commit is contained in:
FloatingGhost 2022-07-14 12:11:00 +01:00
parent 7ecc10b097
commit d0366705d8
1 changed files with 1 additions and 8 deletions

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.