Fix formating
This commit is contained in:
parent
006bec8c6a
commit
ccd30a1875
8
mix.exs
8
mix.exs
|
@ -21,7 +21,13 @@ def project 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 New Issue