mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 13:58:41 +00:00
Fix formating
This commit is contained in:
parent
006bec8c6a
commit
ccd30a1875
1 changed files with 7 additions and 1 deletions
8
mix.exs
8
mix.exs
|
@ -21,7 +21,13 @@ defmodule Pleroma.Mixfile do
|
||||||
homepage_url: "https://pleroma.social/",
|
homepage_url: "https://pleroma.social/",
|
||||||
docs: [
|
docs: [
|
||||||
logo: "priv/static/static/logo.png",
|
logo: "priv/static/static/logo.png",
|
||||||
extras: ["README.md", "docs/config.md", "docs/Pleroma-API.md", "docs/Admin-API.md", "docs/Differences-in-MastodonAPI-Responses.md"],
|
extras: [
|
||||||
|
"README.md",
|
||||||
|
"docs/config.md",
|
||||||
|
"docs/Pleroma-API.md",
|
||||||
|
"docs/Admin-API.md",
|
||||||
|
"docs/Differences-in-MastodonAPI-Responses.md"
|
||||||
|
],
|
||||||
main: "readme",
|
main: "readme",
|
||||||
output: "priv/static/doc"
|
output: "priv/static/doc"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue