docs: add section for changelog

This commit is contained in:
Zach Daniel 2024-05-08 19:08:45 -04:00
parent 281b37ec19
commit 7c1a3cba01

View file

@ -89,7 +89,10 @@ defmodule AshStateMachine.MixProject do
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 AshStateMachine": [
"CHANGELOG.md"
]
], ],
groups_for_modules: [ groups_for_modules: [
Dsl: [ Dsl: [