Add differences in MastoAPI responses to mix.exs extras

This commit is contained in:
rinpatch 2019-02-17 10:34:00 +03:00
parent c788f1543c
commit 006bec8c6a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]