Add a changelog
This commit is contained in:
parent
184ae60b21
commit
3a805cc35c
3 changed files with 92 additions and 9 deletions
2
mix.exs
2
mix.exs
|
|
@ -22,7 +22,7 @@ defmodule Pleroma.Mixfile do
|
|||
homepage_url: "https://pleroma.social/",
|
||||
docs: [
|
||||
logo: "priv/static/static/logo.png",
|
||||
extras: ["README.md" | Path.wildcard("docs/**/*.md")],
|
||||
extras: ["README.md", "CHANGELOG.md"] ++ Path.wildcard("docs/**/*.md"),
|
||||
groups_for_extras: [
|
||||
"Installation manuals": Path.wildcard("docs/installation/*.md"),
|
||||
Configuration: Path.wildcard("docs/config/*.md"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue