docs: add changelog to docs

This commit is contained in:
Zach Daniel 2024-05-08 19:12:26 -04:00
parent 7151b7c5c9
commit 48fd71051a

View file

@ -75,13 +75,17 @@ defmodule AshMoney.MixProject do
end,
extras: [
{"README.md", title: "Home"},
"documentation/tutorials/getting-started-with-ash-money.md"
"documentation/tutorials/getting-started-with-ash-money.md",
"CHANGELOG.md"
],
groups_for_extras: [
Tutorials: ~r'documentation/tutorials',
"How To": ~r'documentation/how_to',
Topics: ~r'documentation/topics',
DSLs: ~r'documentation/dsls'
DSLs: ~r'documentation/dsls',
"About AshMoney": [
"CHANGELOG.md"
]
],
groups_for_modules: [
AshMoney: [