diff options
author | rinpatch <rinpatch@sdf.org> | 2019-02-17 10:34:00 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-02-17 10:34:00 +0300 |
commit | 006bec8c6a8addb57427937f71ad05ca691fe7b5 (patch) | |
tree | 36143c52a2d523e4e791fa1793d2c4d7e5a63ff7 | |
parent | c788f1543c4a2436c93409423d93284467e431e2 (diff) | |
download | pleroma-006bec8c6a8addb57427937f71ad05ca691fe7b5.tar.gz |
Add differences in MastoAPI responses to mix.exs extras
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ 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/Differences-in-MastodonAPI-Responses.md"], main: "readme", output: "priv/static/doc" ] |