X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fdocs%2Fconfiguration%2Ffrontend_management.md;fp=docs%2Fconfiguration%2Ffrontend_management.md;h=a251205894ec9d215e57fd502480abdd91b05576;hb=d2a185c01385ef53c712c8d315c69d5deb044e2f;hp=077fd9c31edada599276b95cdc6fab4322a9b290;hpb=bcdbbad037974b8074965f6c90573203ce0c8795;p=akkoma diff --git a/docs/configuration/frontend_management.md b/docs/docs/configuration/frontend_management.md similarity index 96% rename from docs/configuration/frontend_management.md rename to docs/docs/configuration/frontend_management.md index 077fd9c31..a25120589 100644 --- a/docs/configuration/frontend_management.md +++ b/docs/docs/configuration/frontend_management.md @@ -13,12 +13,12 @@ Example: ```elixir config :pleroma, :frontends, primary: %{ - "name" => "pleroma", + "name" => "pleroma-fe", "ref" => "stable" }, admin: %{ - "name" => "admin", - "ref" => "develop" + "name" => "admin-fe", + "ref" => "stable" } ```