summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-31 12:13:17 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-12-31 12:27:46 +0100
commit286632dfa224f8b49cc8656a29efe17f4e2219a1 (patch)
tree9ede6523887a3175f6ee86961bd5a489526638ea /mix.exs
parent33e3a7ba7dab750f2a5f85e22b0e44251ec308d2 (diff)
downloadpleroma-286632dfa224f8b49cc8656a29efe17f4e2219a1.tar.gz
pleroma-286632dfa224f8b49cc8656a29efe17f4e2219a1.zip
Add docs/Admin-API.md
[ci skip]
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 837a00552..efdd4b7ed 100644
--- 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"],
+ extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md", "docs/Admin-API.md"],
main: "readme",
output: "priv/static/doc"
]