Skip to content

Commit

Permalink
docs: docs housekeeping
Browse files Browse the repository at this point in the history
List of changes:
- add changelog link to module info page
- add title to license page
- link changelog to releases page
  • Loading branch information
kianmeng committed Dec 27, 2024
1 parent c6864d8 commit fef281c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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}/releases"
}
]
end

Expand Down Expand Up @@ -93,17 +96,14 @@ defmodule Tesla.Mixfile do
source_url: @source_url,
source_ref: "v#{@version}",
skip_undefined_reference_warnings_on: [
"CHANGELOG.md",
"guides/howtos/migrations/v1-macro-migration.md"
],
extra_section: "GUIDES",
logo: "guides/elixir-tesla-logo.png",
extras:
[
"README.md",
"LICENSE"
# TODO: add CHANGELOG.md
# "CHANGELOG.md"
"LICENSE": [title: "License"],
] ++ Path.wildcard("guides/**/*.{cheatmd,md}"),
groups_for_extras: [
Explanations: ~r"/explanations/",
Expand Down

0 comments on commit fef281c

Please sign in to comment.