summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-17 10:34:00 +0300
committerrinpatch <rinpatch@sdf.org>2019-02-17 10:34:00 +0300
commit006bec8c6a8addb57427937f71ad05ca691fe7b5 (patch)
tree36143c52a2d523e4e791fa1793d2c4d7e5a63ff7
parentc788f1543c4a2436c93409423d93284467e431e2 (diff)
downloadpleroma-006bec8c6a8addb57427937f71ad05ca691fe7b5.tar.gz
pleroma-006bec8c6a8addb57427937f71ad05ca691fe7b5.zip
Add differences in MastoAPI responses to mix.exs extras
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d46998891..e06501e5b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"
]