X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ee1c00bb9ee8b7fc887ce74d36861218a8cf8ae3;hb=45b06860d37d588868669081e6f2fbd83695e1aa;hp=e06501e5bd5d66c43b2117ca0ab28b3e84d5595f;hpb=006bec8c6a8addb57427937f71ad05ca691fe7b5;p=akkoma diff --git a/mix.exs b/mix.exs index e06501e5b..ee1c00bb9 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,14 @@ defmodule Pleroma.Mixfile do homepage_url: "https://pleroma.social/", docs: [ logo: "priv/static/static/logo.png", - extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md", "docs/Admin-API.md", "docs/Differences-in-MastodonAPI-Responses.md"], + extras: [ + "README.md", + "docs/config.md", + "docs/Pleroma-API.md", + "docs/Admin-API.md", + "docs/Clients.md", + "docs/Differences-in-MastodonAPI-Responses.md" + ], main: "readme", output: "priv/static/doc" ]