summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-03-29 10:24:52 +0000
committerlambda <lain@soykaf.club>2019-03-29 10:24:52 +0000
commit749d53e2b2ffb108964c569f04e5989c63643338 (patch)
tree5c765f1be631734c99e690fbefc1906eb487f208 /mix.exs
parent52bec238c3c80a246eb269de9afb1f9b3ea58f4f (diff)
parent634e09e1a8d0c26ad9a89875e3f713a0bf07ea3e (diff)
downloadpleroma-749d53e2b2ffb108964c569f04e5989c63643338.tar.gz
pleroma-749d53e2b2ffb108964c569f04e5989c63643338.zip
Merge branch 'sayonara-gitlab-wiki' into 'develop'
Move out of Gitlab Wiki See merge request pleroma/pleroma!990
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs16
1 files changed, 6 insertions, 10 deletions
diff --git a/mix.exs b/mix.exs
index 99a262089..661430464 100644
--- a/mix.exs
+++ b/mix.exs
@@ -22,16 +22,12 @@ defmodule Pleroma.Mixfile do
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/Custom-Emoji.md",
- "docs/Differences-in-MastodonAPI-Responses.md",
- "docs/Message-Rewrite-Facility-configuration.md",
- "docs/Pleroma-API.md",
- "docs/static_dir.md"
+ extras: ["README.md" | Path.wildcard("docs/**/*.md")],
+ groups_for_extras: [
+ "Installation manuals": Path.wildcard("docs/installation/*.md"),
+ Configuration: Path.wildcard("docs/config/*.md"),
+ Administration: Path.wildcard("docs/admin/*.md"),
+ "Pleroma's APIs and Mastodon API extensions": Path.wildcard("docs/api/*.md")
],
main: "readme",
output: "priv/static/doc"