Skip to content
Snippets Groups Projects
Verified Commit a6dfe1fc authored by Haelwenn's avatar Haelwenn
Browse files

Documentation: Move generated files to priv/static/doc, add it to endpoint.ex

parent 08b6294f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ defmodule Pleroma.Web.Endpoint do
at: "/",
from: :pleroma,
only:
~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas)
~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas doc)
)
# Code reloading can be explicitly enabled under the
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment