Merge branch 'develop' into 'docs/add-clients-to-ex_doc'
# Conflicts: # mix.exs
This commit is contained in:
commit
a2f4fc49fe
60 changed files with 600 additions and 127 deletions
9
mix.exs
9
mix.exs
|
|
@ -21,7 +21,14 @@ defmodule Pleroma.Mixfile do
|
|||
homepage_url: "https://pleroma.social/",
|
||||
docs: [
|
||||
logo: "priv/static/static/logo.png",
|
||||
extras: ["README.md", "docs/Admin-API.md", "docs/Clients.md", "docs/config.md", "docs/Pleroma-API.md"],
|
||||
extras: [
|
||||
"README.md",
|
||||
"docs/config.md",
|
||||
"docs/Pleroma-API.md",
|
||||
"docs/Admin-API.md",
|
||||
"docs/Clients.md",
|
||||
"docs/Differences-in-MastodonAPI-Responses.md"
|
||||
],
|
||||
main: "readme",
|
||||
output: "priv/static/doc"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue