projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
25ab90e
79e503b
)
Merge branch 'develop' into 'docs/add-clients-to-ex_doc'
author
lambda
<pleromagit@rogerbraun.net>
Sun, 17 Feb 2019 17:39:45 +0000
(17:39 +0000)
committer
lambda
<pleromagit@rogerbraun.net>
Sun, 17 Feb 2019 17:39:45 +0000
(17:39 +0000)
# Conflicts:
# mix.exs
1
2
mix.exs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
mix.exs
index eba3295ddc3160ac652ee34b77cdb54297de9d74,ed6ca61354d8ca9909b2f2344e5125100a07a825..ee1c00bb9ee8b7fc887ce74d36861218a8cf8ae3
---
1
/
mix.exs
---
2
/
mix.exs
+++ 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"
]