X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=ee1c00bb9ee8b7fc887ce74d36861218a8cf8ae3;hb=833161b5d21f85e2276cd0cee3e148ecbe6e1f05;hp=ccf7790b088af1266bc2ae991f6d6e44b471575d;hpb=5bcea0deca3dffacfb250a11ec6369f9fd0949a3;p=akkoma diff --git a/mix.exs b/mix.exs index ccf7790b0..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"], + 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" ] @@ -59,6 +66,7 @@ defmodule Pleroma.Mixfile do {:pbkdf2_elixir, "~> 0.12.3"}, {:trailing_format_plug, "~> 0.0.7"}, {:html_sanitize_ex, "~> 1.3.0"}, + {:html_entities, "~> 0.4"}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"},