Documentation updates for stable release (#73)
[akkoma] / 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 077fd9c31edada599276b95cdc6fab4322a9b290..a251205894ec9d215e57fd502480abdd91b05576 100644 (file)
@@ -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"
   }
 ```