docs: add changelog to docs

This commit is contained in:
Zach Daniel 2024-05-08 19:13:23 -04:00
parent 638cbb8731
commit 39500d8e81

View file

@ -87,13 +87,17 @@ defmodule AshDoubleEntry.MixProject do
"documentation/tutorials/getting-started-with-ash-double-entry.md", "documentation/tutorials/getting-started-with-ash-double-entry.md",
"documentation/dsls/DSL:-AshDoubleEntry.Account.md", "documentation/dsls/DSL:-AshDoubleEntry.Account.md",
"documentation/dsls/DSL:-AshDoubleEntry.Balance.md", "documentation/dsls/DSL:-AshDoubleEntry.Balance.md",
"documentation/dsls/DSL:-AshDoubleEntry.Transfer.md" "documentation/dsls/DSL:-AshDoubleEntry.Transfer.md",
"CHANGELOG.md"
], ],
groups_for_extras: [ groups_for_extras: [
Tutorials: ~r'documentation/tutorials', Tutorials: ~r'documentation/tutorials',
"How To": ~r'documentation/how_to', "How To": ~r'documentation/how_to',
Topics: ~r'documentation/topics', Topics: ~r'documentation/topics',
DSLs: ~r'documentation/dsls' DSLs: ~r'documentation/dsls',
"About AshDoubleEntry": [
"CHANGELOG.md"
]
], ],
groups_for_modules: [ groups_for_modules: [
Introspection: [ Introspection: [