diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-15 10:58:15 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-15 10:58:15 +0100 |
commit | f5b54acc8160dc1ecf4523d98e971eff8bc983de (patch) | |
tree | c9196e13794fefb9e4440a795a74ad51f9402550 /mix.exs | |
parent | 41fc67aa4993c119dae82578df7309d3999ac47a (diff) | |
download | pleroma-f5b54acc8160dc1ecf4523d98e971eff8bc983de.tar.gz pleroma-f5b54acc8160dc1ecf4523d98e971eff8bc983de.zip |
Fix headers and add !929 docs to extras
[ci skip]
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -23,11 +23,14 @@ defmodule Pleroma.Mixfile do logo: "priv/static/static/logo.png", extras: [ "README.md", - "docs/config.md", - "docs/Pleroma-API.md", "docs/Admin-API.md", "docs/Clients.md", - "docs/Differences-in-MastodonAPI-Responses.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" ], main: "readme", output: "priv/static/doc" |