forked from AkkomaGang/akkoma
Add differences in MastoAPI responses to mix.exs extras
This commit is contained in:
parent
c788f1543c
commit
006bec8c6a
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -21,7 +21,7 @@ def project 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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue