mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-19 16:10:59 +00:00
Merge branch 'docs/add-clients-to-ex_doc' into 'develop'
mix.exs: Add docs/Clients.md to docs.extras See merge request pleroma/pleroma!835
This commit is contained in:
commit
28a249bef2
1 changed files with 1 additions and 0 deletions
1
mix.exs
1
mix.exs
|
@ -26,6 +26,7 @@ defmodule Pleroma.Mixfile do
|
||||||
"docs/config.md",
|
"docs/config.md",
|
||||||
"docs/Pleroma-API.md",
|
"docs/Pleroma-API.md",
|
||||||
"docs/Admin-API.md",
|
"docs/Admin-API.md",
|
||||||
|
"docs/Clients.md",
|
||||||
"docs/Differences-in-MastodonAPI-Responses.md"
|
"docs/Differences-in-MastodonAPI-Responses.md"
|
||||||
],
|
],
|
||||||
main: "readme",
|
main: "readme",
|
||||||
|
|
Loading…
Reference in a new issue