diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-18 17:05:36 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-12-18 17:05:36 +0100 |
commit | a6dfe1fc6b65ec406159a2e068ab598de2cc13e0 (patch) | |
tree | 49c5881cff22be25cd69849b90061840428e5bba /mix.exs | |
parent | 08b6294f47d1a8023ba24707bb14f63e6ae4f25a (diff) | |
download | pleroma-a6dfe1fc6b65ec406159a2e068ab598de2cc13e0.tar.gz pleroma-a6dfe1fc6b65ec406159a2e068ab598de2cc13e0.zip |
Documentation: Move generated files to priv/static/doc, add it to endpoint.ex
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ defmodule Pleroma.Mixfile do docs: [ logo: "priv/static/static/logo.png", extras: ["README.md", "config/config.md", "Pleroma-API.md"], - main: "readme" + main: "readme", + output: "priv/static/doc" ] ] end |