forked from AkkomaGang/akkoma
mix.exs: Add docs/Clients.md to docs.extras
[ci skip]
This commit is contained in:
parent
c71b3a1b12
commit
25ab90edea
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -21,7 +21,7 @@ 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"],
|
extras: ["README.md", "docs/Admin-API.md", "docs/Clients.md", "docs/config.md", "docs/Pleroma-API.md"],
|
||||||
main: "readme",
|
main: "readme",
|
||||||
output: "priv/static/doc"
|
output: "priv/static/doc"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue