diff options
author | lambda <lain@soykaf.club> | 2019-03-29 10:24:52 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-03-29 10:24:52 +0000 |
commit | 749d53e2b2ffb108964c569f04e5989c63643338 (patch) | |
tree | 5c765f1be631734c99e690fbefc1906eb487f208 /mix.exs | |
parent | 52bec238c3c80a246eb269de9afb1f9b3ea58f4f (diff) | |
parent | 634e09e1a8d0c26ad9a89875e3f713a0bf07ea3e (diff) | |
download | pleroma-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.exs | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -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" |