projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c788f15
)
Add differences in MastoAPI responses to mix.exs extras
author
rinpatch
<rinpatch@sdf.org>
Sun, 17 Feb 2019 07:34:00 +0000
(10:34 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sun, 17 Feb 2019 07:34:00 +0000
(10:34 +0300)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index d46998891d15f5688ea178993cc7ce13abdeb325..e06501e5bd5d66c43b2117ca0ab28b3e84d5595f 100644
(file)
--- 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"
]