From a6dfe1fc6b65ec406159a2e068ab598de2cc13e0 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Tue, 18 Dec 2018 17:05:36 +0100 Subject: Documentation: Move generated files to priv/static/doc, add it to endpoint.ex --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index 4af896fc9..ff77f305f 100644 --- a/mix.exs +++ b/mix.exs @@ -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 -- cgit v1.2.3