diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-16 19:39:03 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-16 19:39:03 +0100 |
commit | 25ab90edeaae53b6ce084d1ba9a02df5505b5041 (patch) | |
tree | 1bb98e5d357733ca821da818c8c41b8f1fdecc4a | |
parent | c71b3a1b124f5dba23ebe812289868aa4983d8a8 (diff) | |
download | pleroma-25ab90edeaae53b6ce084d1ba9a02df5505b5041.tar.gz |
mix.exs: Add docs/Clients.md to docs.extras
[ci skip]
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ defmodule Pleroma.Mixfile do homepage_url: "https://pleroma.social/", docs: [ logo: "priv/static/static/logo.png", - extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md", "docs/Admin-API.md"], + extras: ["README.md", "docs/Admin-API.md", "docs/Clients.md", "docs/config.md", "docs/Pleroma-API.md"], main: "readme", output: "priv/static/doc" ] |