docs: Fix titles for extra pages

master
Milton Mazzarri 2017-04-17 22:24:07 -05:00
parent 347a057138
commit f1a51e063c
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 5 additions and 1 deletions

View File

@ -36,7 +36,11 @@ defmodule Hunter.Mixfile do
end
defp docs do
[extras: ["README.md", "CONTRIBUTING.md", "CODE_OF_CONDUCT.md"], main: "readme"]
[extras: ["README.md": [title: "README"],
"CONTRIBUTING.md": [title: "How to contribute"],
"CODE_OF_CONDUCT.md": [title: "Code of Conduct"],
"CHANGELOG.md": [title: "Changelog"]],
main: "readme"]
end
# Specifies which paths to compile per environment