Skip to content

Commit

Permalink
docs: docs housekeeping (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Dec 27, 2024
1 parent 1608f9f commit bdb02aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ defmodule Tesla.Mixfile do
[
maintainers: ["Tymon Tobolski"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/elixir-tesla/tesla"}
links: %{
"GitHub" => @source_url,
"Changelog" => "#{@source_url}/blob/master/CHANGELOG.md"
}
]
end

Expand Down Expand Up @@ -101,9 +104,9 @@ defmodule Tesla.Mixfile do
extras:
[
"README.md",
"LICENSE"
LICENSE: [title: "License"]
# TODO: add CHANGELOG.md
# "CHANGELOG.md"
# "CHANGELOG.md": [title: "Changelog"]
] ++ Path.wildcard("guides/**/*.{cheatmd,md}"),
groups_for_extras: [
Explanations: ~r"/explanations/",
Expand Down

0 comments on commit bdb02aa

Please sign in to comment.