Merge branch 'develop' into 'docs/add-clients-to-ex_doc'
authorlambda <pleromagit@rogerbraun.net>
Sun, 17 Feb 2019 17:39:45 +0000 (17:39 +0000)
committerlambda <pleromagit@rogerbraun.net>
Sun, 17 Feb 2019 17:39:45 +0000 (17:39 +0000)
# Conflicts:
#   mix.exs

1  2 
mix.exs

diff --cc mix.exs
index eba3295ddc3160ac652ee34b77cdb54297de9d74,ed6ca61354d8ca9909b2f2344e5125100a07a825..ee1c00bb9ee8b7fc887ce74d36861218a8cf8ae3
+++ b/mix.exs
@@@ -21,7 -21,13 +21,14 @@@ defmodule Pleroma.Mixfile d
        homepage_url: "https://pleroma.social/",
        docs: [
          logo: "priv/static/static/logo.png",
-         extras: ["README.md", "docs/Admin-API.md", "docs/Clients.md", "docs/config.md", "docs/Pleroma-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"
        ]